This API provides access to a list of schools in Recife, Pernambuco. It allows users to retrieve information about all schools or a specific school by its ID (Código Inep).
Endpoint: GET /api/schools
Query Parameters:
page
(optional): Specifies which page of results to retrieve. Defaults to the first page if not provided.noEntidade
(optional): Filters results by the school name.
Response: Returns an array of schools.
Endpoint: GET /api/schools/:coEntidade
Path Parameters:
coEntidade
(required): The ID of the school to fetch.
Response: Returns a school.