Government Legal
Portal da Transparencia (Brazil) logo

Portal da Transparencia (Brazil) API

portaltransparencia.gov.br

Brazil's transparency portal - official travel and public contracts with detail pages.

Actions
6
Category
Government Legal
Login
Not required
Output
JSON

Call the Portal da Transparencia (Brazil) API

Submit a task, then poll the job until it settles. This example runs act_portaltransparencia_contratos_listing.

curl -X POST https://api.anakin.io/v1/wire/task \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_portaltransparencia_contratos_listing",
    "params": {
      "assinaturaDe": "01/01/2026",
      "assinaturaAte": "01/06/2026",
      "offset": "0"
    }
  }'

6 actions on portaltransparencia.gov.br

Read

  • Contracts Listing

    act_portaltransparencia_contratos_listingread2 credits / call

    Returns paginated public contracts by signature date with supplier, value, and agency.

    assinaturaDe
    string · required
    assinaturaAte
    string · required
    offset
    string · required
  • Contracts Search Form

    act_portaltransparencia_contratos_search_formread1 credit / call

    Returns the public contracts search form with signature-date filters and columns.

  • Travel Record Details

    act_portaltransparencia_viagem_detail_ssrread1 credit / call

    Returns an official travel record with traveler, value, period, and destinations.

    viagem_id
    string · required
  • Travel Records Listing

    act_portaltransparencia_viagens_listingread2 credits / call

    Returns paginated official travel records by departure date with destinations, agency, and cost.

    de
    string · required
    ate
    string · required
    offset
    string · required
  • Travel Search Form

    act_portaltransparencia_viagens_search_formread1 credit / call

    Returns the official travel search form with date-range filters and columns.

  • Travel Section Overview

    act_portaltransparencia_viagens_section_overviewread1 credit / call

    Returns the official travel section overview page with descriptive content.

Portal da Transparencia (Brazil) API questions

Is there an API for Portal da Transparencia (Brazil)?
Portal da Transparencia (Brazil) does not offer a public data API for this, but Anakin Wire provides 6 maintained endpoints for portaltransparencia.gov.br. You call Anakin's REST API with an action ID and parameters and get structured JSON back; Anakin handles the browser, proxies, anti-bot, and parsing.
How do I scrape Portal da Transparencia (Brazil) data?
POST to https://api.anakin.io/v1/wire/task with your API key, the action ID, and its parameters, then poll GET /v1/wire/jobs/{id} until the job settles. There is nothing to install and no scraper to maintain — when portaltransparencia.gov.br changes its markup, Anakin updates the action.
Do I need a Portal da Transparencia (Brazil) account?
No. Every Portal da Transparencia (Brazil) action listed here runs anonymously — no account and no credentials required.
What does the Portal da Transparencia (Brazil) API cost?
Usage-based credits, charged per call and refunded automatically when a job fails. New accounts start with 300 free credits and no card. See anakin.io/pricing for the current rates.

More Government Legal APIs

All Government Legal sites