Brazil Cost Of Living API

Explore the ins and outs of the cost of living in Brazil. Access comprehensive data on housing, food, transportation and leisure. Gain valuable information on average wages and purchasing power, enabling you to make informed decisions.

About the API:

Delve into the big picture of living expenses in Brazil through the Brazil Cost Of Living API. This advanced tool meticulously analyzes the intricate details of housing, food, transportation and leisure costs, providing users with a nuanced understanding of the financial dynamics of living in Brazil..

Designed to be accurate, the API offers a comprehensive breakdown of average wages and purchasing power, providing users with essential data for well-informed decision-making. Whether you are considering relocating to another country, designing corporate strategies or exploring investment opportunities, this API will prove indispensable.

For individuals considering a move to Brazil, the API reveals a detailed financial portrait, which helps you plan and make decisions meticulously. Users looking to expand their presence in Brazil benefit from strategic intelligence, as the API enables accurate budgeting and trade-off planning essential to business success.

Real estate investors exploring opportunities in Brazil can leverage API insights to access critical information such as cost of living, housing prices and local purchasing power, facilitating informed decision-making for profitable real estate ventures. In addition, travelers planning to visit this country can enhance their experiences by using the API to gather detailed information on lodging, dining, transportation and leisure expenses.

Human resources professionals and recruiters can use the Brazil Cost Of Living API to design effective human capital strategies. By aligning salary structures with the local cost of living, companies can attract and retain top talent, ensuring a tailored and competitive approach to human resource management across Brazil's professional landscape.

 

What your API receives and what your API provides (input/output)?

This API will receive the city name and it will deliver a different range of prices for different goods and services. Check income and average prices. 

 

What are the most common uses cases of this API?

  • Financial Planning for Expatriates: API helps people planning to move to Brazil. It provides detailed information on essential living costs, enabling expatriates to make informed decisions about their relocation taking into account the complexities of housing, food, transportation and leisure expenses.

    Corporate expansion strategy: Companies planning to expand their operations can leverage the API for strategic planning. It provides comprehensive cost-of-living analysis, facilitating accurate budgeting and compensation planning, crucial for successful corporate expansion in the dynamic Canadian market.

    Real estate investment decision making: Investors exploring real estate opportunities can use the API to gain valuable insights. By examining cost of living, housing prices and local purchasing power, this tool helps investors make data-driven decisions for successful real estate projects.

    Improved travel budgeting: Travelers planning trips can optimize their budget with the API. It provides detailed information on costs related to accommodation, meals, transportation and leisure, ensuring an enjoyable and well-informed travel experience in Brazil diverse and dynamic landscape.

    Strategic HR salary planning: HR professionals and recruiters can use the API to develop strategic HR plans. By aligning salary structures with the local cost of living, companies can attract and retain top talent, fostering a competitive and well-tailored approach to human resource management.

Are there any limitations to your plans?

The only limitation is the number of API calls you can make per month that support each plan. 

API Documentation

Endpoints


Get a list of all supported cities in Brazil.



                                                                            
GET https://www.zylalabs.com/api/3467/brazil+cost+of+living+api/3785/get+cities
                                                                            
                                                                        

Get Cities - Endpoint Features

Object Description
Test Endpoint

API EXAMPLE RESPONSE

       
                                                                                                        
                                                                                                                                                                                                                            [
  {
    "id": 170,
    "country": "brazil",
    "name": "Aracaju, Brazil",
    "city": "aracaju",
    "url": "/country/brazil/city/aracaju/cost-of-living",
    "iso3": "bra"
  },
  {
    "id": 171,
    "country": "brazil",
    "name": "Araraquara, Brazil",
    "city": "araraquara",
    "url": "/country/brazil/city/araraquara/cost-of-living",
    "iso3": "bra"
  },
  {
    "id": 172,
    "country": "brazil",
    "name": "Balneário Camboriú, Brazil",
    "city": "balneario-camboriu",
    "url": "/country/brazil/city/balneario-camboriu/cost-of-living",
    "iso3": "bra"
  }
]
                                                                                                                                                                                                                    
                                                                                                    

Get Cities - CODE SNIPPETS


curl --location --request GET 'https://zylalabs.com/api/3467/brazil+cost+of+living+api/3785/get+cities' --header 'Authorization: Bearer YOUR_API_KEY' 

    

Pass the Brazil city to check its prices and other relevant information. 



                                                                            
GET https://www.zylalabs.com/api/3467/brazil+cost+of+living+api/3786/get+prices
                                                                            
                                                                        

Get Prices - Endpoint Features

Object Description
city [Required] City to lookup. Retrieved on "supported cities" endpoint.
Test Endpoint

API EXAMPLE RESPONSE

       
                                                                                                        
                                                                                                                                                                                                                            {
  "Version": 1,
  "Status": 200,
  "Success": true,
  "City Name": "Belo Horizonte",
  "Meal, Inexpensive Restaurant": "25.00 R$",
  "Meal for 2 People, Mid-range Restaurant, Three-course": "165.00 R$",
  "McMeal at McDonalds (or Equivalent Combo Meal)": "33.00 R$",
  "Domestic Beer (1 pint draught)": "10.00 R$",
  "Imported Beer (12 oz small bottle)": "14.83 R$",
  "Cappuccino (regular)": "7.83 R$",
  "Coke/Pepsi (12 oz small bottle)": "5.55 R$",
  "Water (12 oz small bottle)": "2.62 R$",
  "Milk (regular), (1 gallon)": "18.94 R$",
  "Loaf of Fresh White Bread (1 lb)": "7.32 R$",
  "Rice (white), (1 lb)": "3.91 R$",
  "Eggs (regular) (12)": "10.35 R$",
  "Local Cheese (1 lb)": "20.72 R$",
  "Chicken Fillets (1 lb)": "8.45 R$",
  "Beef Round (1 lb) (or Equivalent Back Leg Red Meat)": "17.11 R$",
  "Apples (1 lb)": "4.65 R$",
  "Banana (1 lb)": "2.72 R$",
  "Oranges (1 lb)": "2.22 R$",
  "Tomato (1 lb)": "3.40 R$",
  "Potato (1 lb)": "2.70 R$",
  "Onion (1 lb)": "1.81 R$",
  "Lettuce (1 head)": "2.64 R$",
  "Water (1.5 liter bottle)": "3.62 R$",
  "Bottle of Wine (Mid-Range)": "37.50 R$",
  "Domestic Beer (0.5 liter bottle)": "7.21 R$",
  "Cigarettes 20 Pack (Marlboro)": "10.00 R$",
  "One-way Ticket (Local Transport)": "5.50 R$",
  "Monthly Pass (Regular Price)": "200.00 R$",
  "Taxi Start (Normal Tariff)": "5.30 R$",
  "Taxi 1 mile (Normal Tariff)": "10.46 R$",
  "Taxi 1hour Waiting (Normal Tariff)": "45.00 R$",
  "Gasoline (1 gallon)": "20.21 R$",
  "Volkswagen Golf 1.4 90 KW Trendline (Or Equivalent New Car)": "120,000.00 R$",
  "Toyota Corolla Sedan 1.6l 97kW Comfort (Or Equivalent New Car)": "139,180.00 R$",
  "Basic (Electricity, Heating, Cooling, Water, Garbage) for 915 sq ft Apartment": "320.00 R$",
  "Mobile Phone Monthly Plan with Calls and 10GB+ Data": "95.41 R$",
  "Internet (60 Mbps or More, Unlimited Data, Cable/ADSL)": "92.11 R$",
  "Fitness Club, Monthly Fee for 1 Adult": "123.78 R$",
  "Tennis Court Rent (1 Hour on Weekend)": "150.00 R$",
  "Cinema, International Release, 1 Seat": "30.00 R$",
  "Preschool (or Kindergarten), Full Day, Private, Monthly for 1 Child": "1,600.00 R$",
  "International Primary School, Yearly for 1 Child": "30,866.67 R$",
  "1 Pair of Jeans (Levis 501 Or Similar)": "343.17 R$",
  "1 Summer Dress in a Chain Store (Zara, H&M, ...)": "247.50 R$",
  "1 Pair of Nike Running Shoes (Mid-Range)": "440.62 R$",
  "1 Pair of Men Leather Business Shoes": "400.00 R$",
  "Apartment (1 bedroom) in City Centre": "1,911.11 R$",
  "Apartment (1 bedroom) Outside of Centre": "1,275.00 R$",
  "Apartment (3 bedrooms) in City Centre": "3,444.44 R$",
  "Apartment (3 bedrooms) Outside of Centre": "2,280.00 R$",
  "Price per Square Feet to Buy Apartment in City Centre": "634.83 R$",
  "Price per Square Feet to Buy Apartment Outside of Centre": "476.90 R$",
  "Average Monthly Net Salary (After Tax)": "1,803.33 R$",
  "Mortgage Interest Rate in Percentages (%), Yearly, for 20 Years Fixed-Rate": "7.90"
}
                                                                                                                                                                                                                    
                                                                                                    

Get Prices - CODE SNIPPETS


curl --location --request GET 'https://zylalabs.com/api/3467/brazil+cost+of+living+api/3786/get+prices?city=Belo Horizonte' --header 'Authorization: Bearer YOUR_API_KEY' 

    

API Access Key & Authentication

After signing up, every developer is assigned a personal API access key, a unique combination of letters and digits provided to access to our API endpoint. To authenticate with the Brazil Cost Of Living API REST API, simply include your bearer token in the Authorization header.
Headers
Header Description
Authorization [Required] Should be Bearer access_key. See "Your API Access Key" above when you are subscribed.

Simple Transparent Pricing

No long term commitments. One click upgrade/downgrade or cancellation. No questions asked.

🚀 Enterprise

Starts at
$ 10,000/Year


  • Custom Volume
  • Dedicated account manager
  • Service-level agreement (SLA)

Customer favorite features

  • ✔︎ Only Pay for Successful Requests
  • ✔︎ Free 7-Day Trial
  • ✔︎ Multi-Language Support
  • ✔︎ One API Key, All APIs.
  • ✔︎ Intuitive Dashboard
  • ✔︎ Comprehensive Error Handling
  • ✔︎ Developer-Friendly Docs
  • ✔︎ Postman Integration
  • ✔︎ Secure HTTPS Connections
  • ✔︎ Reliable Uptime

The Brazil Cost of Living API is a data service that provides detailed information on the prices of goods and services in cities across Brazil. It covers a range of expenses, including housing, groceries, transportation and entertainment.

To access the API, make HTTP requests to the designated endpoint with parameters specifying the city or region of interest. The API will respond with comprehensive data on various expenses.

The API includes information on diverse cost categories, encompassing housing, groceries, transportation, entertainment, and more. Users can retrieve granular data to understand the complete economic landscape of a particular location.

The API aims to provide up-to-date information, but the frequency of updates may vary. Users should refer to the API documentation for details on data update intervals and ensure the relevance of the retrieved data.

Absolutely. The API is designed to support comparisons between different cities, allowing users to analyze and contrast the cost of living indices, average salaries, and purchasing power across various locations.

Zyla API Hub is like a big store for APIs, where you can find thousands of them all in one place. We also offer dedicated support and real-time monitoring of all APIs. Once you sign up, you can pick and choose which APIs you want to use. Just remember, each API needs its own subscription. But if you subscribe to multiple ones, you'll use the same key for all of them, making things easier for you.

Prices are listed in USD (United States Dollar), EUR (Euro), CAD (Canadian Dollar), AUD (Australian Dollar), and GBP (British Pound). We accept all major debit and credit cards. Our payment system uses the latest security technology and is powered by Stripe, one of the world’s most reliable payment companies. If you have any trouble paying by card, just contact us at [email protected]

Additionally, if you already have an active subscription in any of these currencies (USD, EUR, CAD, AUD, GBP), that currency will remain for subsequent subscriptions. You can change the currency at any time as long as you don't have any active subscriptions.

The local currency shown on the pricing page is based on the country of your IP address and is provided for reference only. The actual prices are in USD (United States Dollar). When you make a payment, the charge will appear on your card statement in USD, even if you see the equivalent amount in your local currency on our website. This means you cannot pay directly with your local currency.

Occasionally, a bank may decline the charge due to its fraud protection settings. We suggest reaching out to your bank initially to check if they are blocking our charges. Also, you can access the Billing Portal and change the card associated to make the payment. If these does not work and you need further assistance, please contact our team at [email protected]

Prices are determined by a recurring monthly or yearly subscription, depending on the chosen plan.

API calls are deducted from your plan based on successful requests. Each plan comes with a specific number of calls that you can make per month. Only successful calls, indicated by a Status 200 response, will be counted against your total. This ensures that failed or incomplete requests do not impact your monthly quota.

Zyla API Hub works on a recurring monthly subscription system. Your billing cycle will start the day you purchase one of the paid plans, and it will renew the same day of the next month. So be aware to cancel your subscription beforehand if you want to avoid future charges.

To upgrade your current subscription plan, simply go to the pricing page of the API and select the plan you want to upgrade to. The upgrade will be instant, allowing you to immediately enjoy the features of the new plan. Please note that any remaining calls from your previous plan will not be carried over to the new plan, so be aware of this when upgrading. You will be charged the full amount of the new plan.

To check how many API calls you have left for the current month, look at the ‘X-Zyla-API-Calls-Monthly-Remaining’ header. For example, if your plan allows 1000 requests per month and you've used 100, this header will show 900.

To see the maximum number of API requests your plan allows, check the ‘X-Zyla-RateLimit-Limit’ header. For instance, if your plan includes 1000 requests per month, this header will display 1000.

The ‘X-Zyla-RateLimit-Reset’ header shows the number of seconds until your rate limit resets. This tells you when your request count will start fresh. For example, if it displays 3600, it means 3600 seconds are left until the limit resets.

Yes, you can cancel your plan anytime by going to your account and selecting the cancellation option on the Billing page. Please note that upgrades, downgrades, and cancellations take effect immediately. Additionally, upon cancellation, you will no longer have access to the service, even if you have remaining calls left in your quota.

You can contact us through our chat channel to receive immediate assistance. We are always online from 8 am to 5 pm (EST). If you reach us after that time, we will get back to you as soon as possible. Additionally, you can contact us via email at [email protected]

To let you experience our APIs without any commitment, we offer a 7-day free trial that allows you to make API calls at no cost during this period. Please note that you can only use this trial once, so make sure to use it with the API that interests you the most. Most of our APIs provide a free trial, but some may not support it.

After 7 days, you will be charged the full amount for the plan you were subscribed to during the trial. Therefore, it’s important to cancel before the trial period ends. Refund requests for forgetting to cancel on time are not accepted.

When you subscribe to an API trial, you can make only 25% of the calls allowed by that plan. For example, if the API plan offers 1000 calls, you can make only 250 during the trial. To access the full number of calls offered by the plan, you will need to subscribe to the full plan.

 Service Level
100%
 Response Time
128ms

Category:


Related APIs