Subjects API

Subjects to digital resources, like Artes, Biologia.

Get a list of subjects

GET /v1/subjects

Request

Headers

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

Route

GET /v1/subjects

cURL

curl -g "https://api.portalmec.c3sl.ufpr.br/v1/subjects" -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/"87452b7721dbbaeaae8791f98e37846e"
Cache-Control: max-age=0, private, must-revalidate
X-Request-Id: c322b425-3cfc-43bc-93d8-f0fbfb7b7ef4
X-Runtime: 0.014781
Content-Length: 4735

Status

200 OK

Body

[
  {
    "id": 1,
    "name": "Língua Espanhola",
    "created_at": "2021-02-25T14:03:42.794Z",
    "updated_at": "2021-02-25T14:03:42.794Z",
    "theme": false
  },
  {
    "id": 2,
    "name": "Língua Inglesa",
    "created_at": "2021-02-25T14:03:42.811Z",
    "updated_at": "2021-02-25T14:03:42.811Z",
    "theme": false
  },
  {
    "id": 3,
    "name": "Informática",
    "created_at": "2021-02-25T14:03:42.839Z",
    "updated_at": "2021-02-25T14:03:42.839Z",
    "theme": false
  },
  {
    "id": 4,
    "name": "Arte",
    "created_at": "2021-02-25T14:03:42.850Z",
    "updated_at": "2021-02-25T14:03:42.850Z",
    "theme": false
  },
  {
    "id": 5,
    "name": "Biologia",
    "created_at": "2021-02-25T14:03:42.871Z",
    "updated_at": "2021-02-25T14:03:42.871Z",
    "theme": false
  },
  {
    "id": 6,
    "name": "Ciências da Natureza",
    "created_at": "2021-02-25T14:03:42.880Z",
    "updated_at": "2021-02-25T14:03:42.880Z",
    "theme": false
  },
  {
    "id": 7,
    "name": "Educação Física",
    "created_at": "2021-02-25T14:03:42.902Z",
    "updated_at": "2021-02-25T14:03:42.902Z",
    "theme": false
  },
  {
    "id": 8,
    "name": "Ensino Religioso",
    "created_at": "2021-02-25T14:03:42.911Z",
    "updated_at": "2021-02-25T14:03:42.911Z",
    "theme": false
  },
  {
    "id": 9,
    "name": "Filosofia",
    "created_at": "2021-02-25T14:03:42.936Z",
    "updated_at": "2021-02-25T14:03:42.936Z",
    "theme": false
  },
  {
    "id": 10,
    "name": "Física",
    "created_at": "2021-02-25T14:03:42.949Z",
    "updated_at": "2021-02-25T14:03:42.949Z",
    "theme": false
  },
  {
    "id": 11,
    "name": "Geografia",
    "created_at": "2021-02-25T14:03:42.966Z",
    "updated_at": "2021-02-25T14:03:42.966Z",
    "theme": false
  },
  {
    "id": 12,
    "name": "História",
    "created_at": "2021-02-25T14:03:42.974Z",
    "updated_at": "2021-02-25T14:03:42.974Z",
    "theme": false
  },
  {
    "id": 13,
    "name": "Língua Portuguesa",
    "created_at": "2021-02-25T14:03:42.999Z",
    "updated_at": "2021-02-25T14:03:42.999Z",
    "theme": false
  },
  {
    "id": 14,
    "name": "Outras Línguas",
    "created_at": "2021-02-25T14:03:43.010Z",
    "updated_at": "2021-02-25T14:03:43.010Z",
    "theme": false
  },
  {
    "id": 15,
    "name": "Matemática",
    "created_at": "2021-02-25T14:03:43.031Z",
    "updated_at": "2021-02-25T14:03:43.031Z",
    "theme": false
  },
  {
    "id": 16,
    "name": "Química",
    "created_at": "2021-02-25T14:03:43.041Z",
    "updated_at": "2021-02-25T14:03:43.041Z",
    "theme": false
  },
  {
    "id": 17,
    "name": "Sociologia",
    "created_at": "2021-02-25T14:03:43.062Z",
    "updated_at": "2021-02-25T14:03:43.062Z",
    "theme": false
  },
  {
    "id": 18,
    "name": "Outros",
    "created_at": "2021-02-25T14:03:43.071Z",
    "updated_at": "2021-02-25T14:03:43.071Z",
    "theme": false
  },
  {
    "id": 19,
    "name": "Direitos Humanos",
    "created_at": "2021-02-25T14:03:43.095Z",
    "updated_at": "2021-02-25T14:03:43.095Z",
    "theme": true
  },
  {
    "id": 20,
    "name": "Educação Ambiental",
    "created_at": "2021-02-25T14:03:43.105Z",
    "updated_at": "2021-02-25T14:03:43.105Z",
    "theme": true
  },
  {
    "id": 21,
    "name": "Educação do Campo",
    "created_at": "2021-02-25T14:03:43.127Z",
    "updated_at": "2021-02-25T14:03:43.127Z",
    "theme": true
  },
  {
    "id": 22,
    "name": "Educação Especial",
    "created_at": "2021-02-25T14:03:43.153Z",
    "updated_at": "2021-02-25T14:03:43.153Z",
    "theme": true
  },
  {
    "id": 23,
    "name": "Educação Indígena",
    "created_at": "2021-02-25T14:03:43.163Z",
    "updated_at": "2021-02-25T14:03:43.163Z",
    "theme": true
  },
  {
    "id": 24,
    "name": "Educação Quilombola",
    "created_at": "2021-02-25T14:03:43.185Z",
    "updated_at": "2021-02-25T14:03:43.185Z",
    "theme": true
  },
  {
    "id": 25,
    "name": "Educação Sexual",
    "created_at": "2021-02-25T14:03:43.193Z",
    "updated_at": "2021-02-25T14:03:43.193Z",
    "theme": true
  },
  {
    "id": 26,
    "name": "Enzo Freitas",
    "created_at": "2021-02-25T14:11:57.605Z",
    "updated_at": "2021-02-25T14:11:57.605Z",
    "theme": false
  },
  {
    "id": 27,
    "name": "Salvador Cruz",
    "created_at": "2021-02-25T14:11:57.966Z",
    "updated_at": "2021-02-25T14:11:57.966Z",
    "theme": false
  },
  {
    "id": 28,
    "name": "Isabella Lima",
    "created_at": "2021-02-25T14:11:58.350Z",
    "updated_at": "2021-02-25T14:11:58.350Z",
    "theme": false
  },
  {
    "id": 29,
    "name": "Sarah Nogueira",
    "created_at": "2021-02-25T14:11:58.691Z",
    "updated_at": "2021-02-25T14:11:58.691Z",
    "theme": false
  },
  {
    "id": 30,
    "name": "Srta. Félix Pires",
    "created_at": "2021-02-25T14:11:59.021Z",
    "updated_at": "2021-02-25T14:11:59.021Z",
    "theme": false
  },
  {
    "id": 31,
    "name": "Washington Ribeiro",
    "created_at": "2021-02-25T14:11:59.386Z",
    "updated_at": "2021-02-25T14:11:59.386Z",
    "theme": false
  },
  {
    "id": 32,
    "name": "Marcelo Ramos",
    "created_at": "2021-02-25T14:11:59.738Z",
    "updated_at": "2021-02-25T14:11:59.738Z",
    "theme": false
  },
  {
    "id": 33,
    "name": "Félix Rodrigues",
    "created_at": "2021-02-25T14:12:00.101Z",
    "updated_at": "2021-02-25T14:12:00.101Z",
    "theme": false
  },
  {
    "id": 34,
    "name": "Joana Gonçalves Neto",
    "created_at": "2021-02-25T14:12:00.492Z",
    "updated_at": "2021-02-25T14:12:00.492Z",
    "theme": false
  },
  {
    "id": 35,
    "name": "Luiza Gonçalves",
    "created_at": "2021-02-25T14:12:00.857Z",
    "updated_at": "2021-02-25T14:12:00.857Z",
    "theme": false
  },
  {
    "id": 36,
    "name": "Suélen Cruz Neto",
    "created_at": "2021-02-25T14:12:01.267Z",
    "updated_at": "2021-02-25T14:12:01.267Z",
    "theme": false
  },
  {
    "id": 37,
    "name": "Vitor Nascimento",
    "created_at": "2021-02-25T14:12:01.629Z",
    "updated_at": "2021-02-25T14:12:01.629Z",
    "theme": false
  }
]