Skip to content

raulpcoelho/schools-back

Repository files navigation

Recife-Pernambuco Schools List API

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).

API Routes

Get All Schools

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.

Get School by ID

Endpoint: GET /api/schools/:coEntidade

Path Parameters:

  • coEntidade (required): The ID of the school to fetch.

Response: Returns a school.

About

Recife's schools list API.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published