---
title: "Listar provas"
method: GET
path: "/exams"
tags: ["Provas"]
---

# Listar provas

`GET /exams`

Listar todas as provas disponíveis

## Response `200`

Lista de provas

- object[]
  - `title` string, required — O título da prova
  - `year` integer, required — O ano em que a prova foi aplicada
  - `disciplines` object[], required — As disciplinas da prova
    - `label` string, required — O nome da disciplina
    - `value` string, required — O código da disciplina
  - `languages` object[], required — Os idiomas da prova
    - `label` string, required — O nome do idioma
    - `value` string, required — O código do idioma

## Other responses

- `400` — The server cannot or will not process the request due to something that is perceived to be a client error (e.g., malformed request syntax, invalid request message framing, or deceptive request routing).
- `404` — The server cannot find the requested resource.
- `422` — The request was well-formed but was unable to be followed due to semantic errors.
- `429` — The user has sent too many requests in a given amount of time
- `500` — The server has encountered a situation it does not know how to handle.

---

[API](https://skmtc.dev/enem/apis/enem-api.md) · [All operations](https://skmtc.dev/enem/apis/enem-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/enem/enem-api/revisions/e78c40bd4706/schema)
