The whole source, organized and ready to query: every endpoint on this page answers in milliseconds. Every response carries
as_of: how current the data is. How datasets work.Search embargoes
POST /br/ibama/embargoes-search/v1 Dataset
Finds embargoes by document, name, place, status or date.
{ id, term_number, term_series, status, record_status, embargo_date, lift_type, lift_date, lift_reason, name, party_type, document_type, document, process_number, infraction_notice_number, description, state, municipality_code, municipality, location, property_name, latitude, longitude, area_ha, area_type, last_changed_at }.
status:active(in force),lifted(withlift_typeadministrative,judicialorpra, andlift_date) orcancelled. This is IBAMA’s own flag.document: a CNPJ in full; a CPF masked (***.456.789-**). A CPF written inside a name or a description is masked too.area_ha: the embargoed area in hectares, when IBAMA measured one;latitudeandlongitudewhen IBAMA recorded a point in Brazil.
active: how many of the matching embargoes are in force, so a single call by CPF or CNPJ answers whether a person or company has an active embargo.
The data keeps lifted and cancelled embargoes as well as active ones, back
to 1987. Filter with
status: "active" for what is in force today.One embargo
POST /br/ibama/embargo/v1 Dataset
Returns one embargo by its id.
{ id, term_number, term_series, status, record_status, embargo_date, lift_type, lift_date, lift_reason, name, party_type, document_type, document, process_number, infraction_notice_number, description, state, municipality_code, municipality, location, property_name, latitude, longitude, area_ha, area_type, last_changed_at }.
status:active(in force),lifted(withlift_typeadministrative,judicialorpra, andlift_date) orcancelled. This is IBAMA’s own flag.document: a CNPJ in full; a CPF masked (***.456.789-**). A CPF written inside a name or a description is masked too.area_ha: the embargoed area in hectares, when IBAMA measured one;latitudeandlongitudewhen IBAMA recorded a point in Brazil.
active: how many of the matching embargoes are in force, so a single call by CPF or CNPJ answers whether a person or company has an active embargo.
The data keeps lifted and cancelled embargoes as well as active ones, back
to 1987. Filter with
status: "active" for what is in force today.Full reference
Schemas, all response fields, and an interactive playground.