PASAR API
Federal transparency API covering contracts, agreements, benefits (Bolsa Família, Auxílio), civil-servant salaries, sanctions lists and travel; free token issued by registering an email.
View docs ↗ More Government services APIs# Portal da Transparência ~ federal spending data needs an API key ~ get yours at: # https://api.portaldatransparencia.gov.br/ curl 'https://api.portaldatransparencia.gov.br/api-de-dados/' \ -H 'Authorization: Bearer YOUR_TOKEN'
I'm integrating a Brazil API into my app. API: Portal da Transparência ~ federal spending data Provider: Controladoria-Geral da União (CGU) Auth: requires an API key (sign up: https://api.portaldatransparencia.gov.br/) Pricing: free Base URL: https://api.portaldatransparencia.gov.br/api-de-dados/ Important note: Federal transparency API covering contracts, agreements, benefits (Bolsa Família, Auxílio), civil-servant salaries, sanctions lists and travel; free token issued by registering an email. Source: Controladoria-Geral da União (CGU) (https://api.portaldatransparencia.gov.br/) Source type: Official portal or provider docs Endpoint type: Portal or multi-endpoint API Integration difficulty: Needs API key Last checked: 2026-07-05 Production caveat: Keep credentials server-side and confirm current limits, pricing, and webhook/error behaviour in the provider docs. Help me set up the correct onboarding/authentication path and make the first valid request ~ explain exactly where credentials go and what must happen before production.