Actions24
- FIPE – Preço
- CEP (v1)
- CEP (v2)
- DDD → UF & cidades
- Banco por Código
- Câmbio – Cotação
- CNPJ
- Corretora por CNPJ
- Registro.br – Domínio
- Taxa por Sigla
- Feriados por Ano
- FIPE – Marcas
- FIPE – Veículos por Marca
- IBGE – UF por Código
- IBGE – Municípios
- NCM – Lista
- NCM por Código
- ISBN
- CPTEC – Buscar Cidade
- CPTEC – Clima Aeroporto
- CPTEC – Previsão 1 dia
- CPTEC – Previsão N dias
- CPTEC – Ondas 1 dia
- CPTEC – Ondas N dias
Overview
This node integrates with BrasilAPI, a public API service providing various Brazilian data endpoints. Specifically for the "FIPE – Marcas" operation under the "Default" resource, it fetches vehicle brand information from the FIPE database, which is widely used in Brazil for vehicle price reference and market data.
Use cases include:
- Retrieving a list of vehicle brands for cars, motorcycles, or trucks.
- Integrating vehicle brand data into applications related to automotive sales, insurance, or valuation.
- Automating workflows that require up-to-date vehicle brand information from the official FIPE source.
Example: A car dealership automation could use this node to dynamically populate brand options when listing vehicles for sale.
Properties
| Name | Meaning |
|---|---|
| Tipo Veículo (carros,motos,caminhoes) | The type of vehicle to query brands for. Options are: carros (cars), motos (motorcycles), caminhoes (trucks). Default is carros. |
| Extra Query (JSON) | Optional additional filters as key-value pairs in JSON format to refine the API request. |
Output
The node outputs an array of JSON objects representing the vehicle brands retrieved from the FIPE API. Each object typically contains details about a brand such as its name and identifier used by FIPE.
The output structure is:
[
{
"codigo": number,
"nome": string
},
...
]
Where:
codigois the unique code identifying the brand.nomeis the brand's name.
No binary data is produced by this operation.
Dependencies
- Requires internet access to call the BrasilAPI public endpoints.
- No authentication or API keys are needed since BrasilAPI is publicly accessible.
- Uses the HTTP client library internally to perform GET requests with a 10-second timeout.
Troubleshooting
- Timeouts or network errors: Ensure the node has internet connectivity and the BrasilAPI service is reachable.
- Unsupported operation error: This node only supports predefined operations; ensure "fipeMarcas" is selected.
- Invalid JSON in Extra Query: If using the Extra Query property, ensure valid JSON syntax to avoid parsing errors.
- Empty results: Verify the vehicle type parameter is correct (
carros,motos, orcaminhoes) and that the FIPE API has data for that category.
Links and References
- BrasilAPI official documentation: https://brasilapi.com.br/docs
- FIPE database info: https://veiculos.fipe.org.br/