GET /api/comun/conv-carreras/?format=api
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "pagination": {
        "current_page": 1,
        "total": 5,
        "from": 1,
        "to": 5,
        "page_size": 10,
        "last_page": 1
    },
    "data": [
        {
            "id": 1,
            "nombre": "INGENIERO DE SISTEMAS",
            "nombre_plural": "INGENIEROS DE SISTEMAS",
            "siglas": "Ing. Sistemas",
            "ruta_scraping": "https://www.convocatoriasdetrabajo.com/ofertas-de-empleo-para-INGENIEROS-DE-SISTEMAS-9.html",
            "estado": true
        },
        {
            "id": 3,
            "nombre": "INGENIERO AMBIENTAL",
            "nombre_plural": "INGENIEROS AMBIENTALES",
            "siglas": "Ing. Ambiental",
            "ruta_scraping": "https://www.convocatoriasdetrabajo.com/ofertas-de-empleo-para-INGENIEROS-AMBIENTALES-42.html",
            "estado": true
        },
        {
            "id": 5,
            "nombre": "ADMINISTRADOR",
            "nombre_plural": "ADMINISTRADORES",
            "siglas": "ADMIN",
            "ruta_scraping": "https://www.convocatoriasdetrabajo.com/ofertas-de-empleo-en-ADMINISTRACION-1.html",
            "estado": true
        },
        {
            "id": 4,
            "nombre": "ENFERMERO",
            "nombre_plural": "ENFERMEROS",
            "siglas": "ENF",
            "ruta_scraping": "https://www.convocatoriasdetrabajo.com/ofertas-de-empleo-en-ENFERMERIA-8.html",
            "estado": false
        },
        {
            "id": 6,
            "nombre": "CONTADOR",
            "nombre_plural": "CONTADORES",
            "siglas": "CONTA",
            "ruta_scraping": "https://www.convocatoriasdetrabajo.com/ofertas-de-empleo-para-CONTADORES-2.html",
            "estado": true
        }
    ]
}