Istanbul (İBB) Open Data

Istanbul (İBB) Open Data

Government

Data sets from the İstanbul Metropolitan Municipality (İBB)

Visit API🔁 Alternatives

📚 Documentation & Examples

Everything you need to integrate with Istanbul (İBB) Open Data

🚀 Quick Start Examples

Istanbul (İBB) Open Data Javascript Examplejavascript
// Istanbul (İBB) Open Data API Example
const response = await fetch('https://data.ibb.gov.tr', {
    method: 'GET',
    headers: {
        'Content-Type': 'application/json'
    }
});

const data = await response.json();
console.log(data);

The İstanbul Metropolitan Municipality (İBB) provides access to a potent and diverse range of data sets through its modern, reliable API. Full documentation of İBB's API is conveniently located at here. Covering assorted sectors within the engaged municipality's operations, the API allows developers to tap into this data reservoir, unlocking a multitude of potential uses ranging from urban planning research, commercial applications, or investigative journalism.

Reflecting İBB's dedication to transparency and effective governance, the API is updated regularly to ensure that the latest data sets are readily accessible. Allowing for a direct connection to the heart of İstanbul’s metropolitan operations, the API promises scalability, precision, and aesthetic design through its user-friendly interface. Whether you are a seasoned developer or a beginner, İBB's API offers a seamless coding experience.

Five benefits of using this İstanbul Metropolitan Municipality (İBB) API include:

  • Robust range of data: Access data across various sectors.
  • Frequent updates: Stay updated with the latest data sets.
  • Scalability: Whether your project is large or small, the API scales to your needs.
  • Precision: The API offers exact city data, allowing for data-driven decision making.
  • User-friendly: The intuitive interface makes it easy to integrate and use in your coding project.

Here is a short JavaScript code example demonstrating how to call the İBB API:

const axios = require('axios');

const getIBBData = async () => {
    try {
        const response = await axios.get('https://data.ibb.gov.tr/api/3/action/datastore_search?resource_id={resource_id}&limit=5');
        return response.data;
    } catch (error) {
        console.error(`Error: ${error}`);
    }
};

getIBBData();

To use this example, replace {resource_id} with the ID of the resource you wish to access.

📊 30-Day Uptime History

Daily uptime tracking showing online vs offline minutes

Oct 5Oct 7Oct 9Oct 11Oct 13Oct 15Oct 17Oct 19Oct 21Oct 23Oct 25Oct 27Oct 29Oct 31Nov 304008001440Minutes
Online
Offline

Related APIs in Government