Educational Stages API

Educational stages to digital resources, like Ensino Médio, Ensino Fundamental.

Get a list of educational stages

GET /v1/educational_stages

Request

Headers

Accept: application/json
Content-Type: application/json
Host: example.org
Cookie: 

Route

GET /v1/educational_stages

cURL

curl -g "https://api.portalmec.c3sl.ufpr.br/v1/educational_stages" -X GET \
	-H "Accept: application/json" \
	-H "Content-Type: application/json"

Response

Headers

X-Frame-Options: SAMEORIGIN
X-XSS-Protection: 1; mode=block
X-Content-Type-Options: nosniff
Content-Type: application/json; charset=utf-8
Vary: Origin
ETag: W/"cc1098343192de6e6edf0a15343b8145"
Cache-Control: max-age=0, private, must-revalidate
X-Request-Id: 59e11a6f-9148-43fe-ba34-b84d656b3e4e
X-Runtime: 0.011288
Content-Length: 2152

Status

200 OK

Body

[
  {
    "id": 1,
    "name": "Educação Infantil",
    "created_at": "2021-02-25T14:03:43.230Z",
    "updated_at": "2021-02-25T14:03:43.230Z"
  },
  {
    "id": 2,
    "name": "Ensino Fundamental I (1º até o 5º ano )",
    "created_at": "2021-02-25T14:03:43.249Z",
    "updated_at": "2021-02-25T14:03:43.249Z"
  },
  {
    "id": 3,
    "name": "Ensino Fundamental II  (do 6º até o 9º ano)",
    "created_at": "2021-02-25T14:03:43.257Z",
    "updated_at": "2021-02-25T14:03:43.257Z"
  },
  {
    "id": 4,
    "name": "Ensino Médio",
    "created_at": "2021-02-25T14:03:43.273Z",
    "updated_at": "2021-02-25T14:03:43.273Z"
  },
  {
    "id": 5,
    "name": "Ensino Superior",
    "created_at": "2021-02-25T14:03:43.281Z",
    "updated_at": "2021-02-25T14:03:43.281Z"
  },
  {
    "id": 6,
    "name": "Outros",
    "created_at": "2021-02-25T14:03:43.305Z",
    "updated_at": "2021-02-25T14:03:43.305Z"
  },
  {
    "id": 7,
    "name": "EducationalStage 1",
    "created_at": "2021-02-25T14:09:36.411Z",
    "updated_at": "2021-02-25T14:09:36.411Z"
  },
  {
    "id": 8,
    "name": "EducationalStage 2",
    "created_at": "2021-02-25T14:09:36.844Z",
    "updated_at": "2021-02-25T14:09:36.844Z"
  },
  {
    "id": 9,
    "name": "EducationalStage 3",
    "created_at": "2021-02-25T14:09:37.249Z",
    "updated_at": "2021-02-25T14:09:37.249Z"
  },
  {
    "id": 10,
    "name": "EducationalStage 4",
    "created_at": "2021-02-25T14:09:37.736Z",
    "updated_at": "2021-02-25T14:09:37.736Z"
  },
  {
    "id": 11,
    "name": "EducationalStage 5",
    "created_at": "2021-02-25T14:09:38.158Z",
    "updated_at": "2021-02-25T14:09:38.158Z"
  },
  {
    "id": 12,
    "name": "EducationalStage 6",
    "created_at": "2021-02-25T14:09:38.580Z",
    "updated_at": "2021-02-25T14:09:38.580Z"
  },
  {
    "id": 13,
    "name": "EducationalStage 7",
    "created_at": "2021-02-25T14:09:38.956Z",
    "updated_at": "2021-02-25T14:09:38.956Z"
  },
  {
    "id": 14,
    "name": "EducationalStage 8",
    "created_at": "2021-02-25T14:09:39.355Z",
    "updated_at": "2021-02-25T14:09:39.355Z"
  },
  {
    "id": 15,
    "name": "EducationalStage 9",
    "created_at": "2021-02-25T14:09:39.726Z",
    "updated_at": "2021-02-25T14:09:39.726Z"
  },
  {
    "id": 16,
    "name": "EducationalStage 10",
    "created_at": "2021-02-25T14:09:40.092Z",
    "updated_at": "2021-02-25T14:09:40.092Z"
  },
  {
    "id": 17,
    "name": "EducationalStage 11",
    "created_at": "2021-02-25T14:09:40.470Z",
    "updated_at": "2021-02-25T14:09:40.470Z"
  },
  {
    "id": 18,
    "name": "EducationalStage 12",
    "created_at": "2021-02-25T14:09:40.830Z",
    "updated_at": "2021-02-25T14:09:40.830Z"
  }
]