How do the JSON output and object description table of Global Database company overview API work?
In this article, I will clarify the object table and JSON output specifically of the Global Database company overview API. Specifically, I will explain the structure and content of the object table and the corresponding JSON output, and how they relate to each other. This information will be useful for developers who are working with the Global Database company overview API and need to understand the format of the data being returned.
Object and description table
Objects | Description |
total_results | |
total_pages | |
data | |
id | Company ID |
name | Company name |
status | Company Status |
country_code | Country code |
registration_number | Registration Number |
total_results: This object represents the total number of results returned by the API for a given query.
total_pages: This object represents the total number of pages of results returned by the API for a given query.
data: This object is an array of company objects that represent individual companies in the database.
id: This object represents the unique identifier for a company in the database.
name: This object represents the name of a company.
status: This object represents the current status of a company, such as active or inactive.
country_code: This object represents the country code of the country in which a company is registered.
registration_number: This object represents the registration number assigned to a company by the government of the country in which it is registered.
The information in the table is useful because it provides a detailed overview of the various objects and their corresponding descriptions that are returned by the Global Database company overview API. By understanding the structure and content of these objects, developers can more easily work with the data returned by the API and incorporate it into their applications. The objects and their descriptions provide a clear understanding of what information is available for each company in the database, and how it can be accessed and utilized. This information is essential for developers who are building applications that rely on data from the Global Database company overview API.
JSON output explained
This JSON output represents data for a set of companies from a global database. There are a total of 8 results, spread across 2 pages. The data is provided in the form of an array of company objects, each of which contains several fields of information about the company. Each company object includes an ID, a name, a status, a country code, and a registration number. The ID is a string that represents a unique identifier for the company within the database. The name is a string that represents the name of the company. The status is a string that indicates the current status of the company, such as "Active" or "Inactive". The country code is a string that represents the country in which the company is registered, using the standard ISO 3166-1 alpha-2 format. The registration number is a string that represents the registration number assigned to the company by the government of the country in which it is registered.
{
"total_results": 8,
"total_pages": 2,
"data": [
{
"id": "22401777", //(String) Company ID
"name": "DATABASE SERVICE PROVIDER GLOBAL LTD", //(String) Company name
"status": "Active", //(String) Company Status
"country_code": "GB", //(String) Country code
"registration_number": "03898451" //(String) Registration Number
},
{
"id": "32019088",
"name": "ALLIANCE GLOBAL DATABASE SOLUTIONS LTD",
"status": "Active",
"country_code": "GB",
"registration_number": "11189294"
},
{
"id": "28943006",
"name": "GLOBAL REPERTOIRE DATABASE LIMITED",
"status": "Active",
"country_code": "GB",
"registration_number": "08796841"
},
{
"id": "32544410",
"name": "GLOBAL CONSUMER DATABASE SERVICE LTD.",
"status": "Active",
"country_code": "GB",
"registration_number": "11589671"
},
{
"id": "22584291",
"name": "GLOBAL DATABASE MANAGEMENT LIMITED",
"status": "Active",
"country_code": "GB",
"registration_number": "04036430"
}
]
}
In summary
We reviewed the object table and JSON output of the Global Database company overview API. We clarified the structure and content of these objects, and explained how they are used to represent data about companies in the database. We also discussed the importance of understanding the format of the data returned by the API for developers who are working with it. Overall, this information is useful for anyone who needs to work with data from the Global Database company overview API in order to build applications or analyze data.
Endnote
The Global Database company overview API is a tool that provides access to data about companies from a global database. If you would like to use this API in your own projects or applications, you can request access to it through the third party data marketplace of Worldindata. Worldindata is a platform that connects developers with a wide range of data sources and APIs, including the Global Database company overview API. To request access to this API, you will need to sign up for an account on the Worldindata platform and submit a request to use the API. The process for requesting access may vary depending on the specific terms and conditions of the API, but Worldindata can help guide you through the process and ensure that you have the information and resources you need to get started.