
The Population search API provides information on the population by sex for any territorial entity in Catalonia.
The use of this service requires acceptance of the Terms of use of Idescat's APIs.
| Base URI | http://api.idescat.cat/pob/v1/{operation}.{format}[?parameters] |
|---|---|
| HTTP Method | GET |
| Response Formats | xml, json, php,txt |
| Version | 1.00 (20.05.2010) |
| Shortcuts | Request, Response |
| Operations | cerca, sug |
| Widgets that use this service | — |
All requests must specify the service, version, operation and format. Version and operation are specific characteristics to each service. As well as the general response formats of Idescat's APIs, for reasons of convenience this service supports the text format in the sug operation. For more information, please consult the section Anatomy of requests in the general documentation of Idescat's APIs.
The identifier of this service is pob.
http://api.idescat.cat/pob/v1/{…}
It allows two types of operation:
http://api.idescat.cat/pob/v1/cerca.{…}
http://api.idescat.cat/pob/v1/sug.{…}
The specific parameters ("variables") make it possible to select the information that will be returned by a certain operation of the Indicators of the day service. They can be specified as individual parameters or in a single parameter p (compact form). In this documentation, the compact form is always used.
To find out the general parameters available for any service, consult the Idescat's APIs documentation.
Both the cerca operation and the sug operation enable the selection of the territorial entities included in the response depending on its name using the q parameter. The meaning of this parameter varies depending on the operation.
http://api.idescat.cat/pob/v1/sug.txt?p=q/ab
Both the cerca operation and the sug operation enable selection of the territorial entities that include the response in accordance with the following typology:
These values can be linked separated by commas. By default, tipus is equal to cat,prov,com,mun,ec,es,np,dis.
http://api.idescat.cat/pob/v1/sug.txt?p=q/ab;tipus/mun,np
http://api.idescat.cat/pob/v1/cerca.xml?p=tipus/com
The results of the cerca operation are associated to a category of similitude with the q chain being searched. The sim parameter enables filtration of the results depending on this similitude:
These values can be linked separated by commas. By default, sim is equal to 0,1,2.
http://api.idescat.cat/pob/v1/cerca.json?p=q/abrera;sim/0,1
In most cases, the API is able to suggest a highlighted result even if there is more than one territorial entity in the category of similitude 0 (see the section 1.2.2.1. sim filtro). To do so, it takes into account the typology of territorial entities (1.2.1.2. tipus filter), prioritising in this order:
The selec parameter makes it possible to simplify the response to contain only one result (or none).
http://api.idescat.cat/pob/v1/cerca.json?p=q/abrera;selec/1&callback=f&lang=en
The results are shown in order of proximity to the search made: name of the entity equal to text searched, name with the full word or expression searched and name that contains the text searched as an incomplete fragment. The orderby parameter enables determination of the order of the results within this general ordering. It admits the following values:
As some searches might return a very high number of results, the response does not always include them all. The posicio parameter enables determination of what will be the first result included in the response. By default, posicio is equal to zero (it returns results starting with the first).
For reasons of user-friendliness, this API accepts requests with a syntax that does not require the specification of operations (see the general documentation on Idescat APIs, section 1.4. Invocation without operation).
http://api.idescat.cat/pob/v1/geo.txt?sug=ab&lang=en
http://api.idescat.cat/pob/v1/geo.xml?tipus=com&lang=en
http://api.idescat.cat/pob/v1/geo.json?q=ab&lang=en
To find out the HTTP response codes returned and the formats supported by any service, consult section 2 of Idescat's APIs. As well as these general formats, the sug operation also supports text format (".txt").
The cerca operation used to describe the results is the Atom standard enriched with elements of the OpenSearch standard and elements based on the SDMX statistical standard.
The OpenSearch standard makes it possible to enrich the Atom standard to adequately describe the result of a search. See the documentation on these standards to find out about the structure of the cerca operation response: here we only document some elements with special uses.
The cerca operation uses the optional element subtitle (child of the feed element) with a text referring to the highlighted result, if there is one (see the section 1.2.2.2. selec filter).
<subtitle xml:lang="en"> Highlighted result: Sant Adriŕ, singular entity (Tremp) with 4 inhabitants (01.01.2008) </subtitle>
The cerca operation classifies the different results (entry) with the category element. In the Population search service, this element can have the following values of the term attribute:
Type of territorial entity:
Proximity of the name of the entity to the text searched:
See the section 1.2.2.1. sim filter for an explanation of these three possible values.
Highlighted result:
<category term="sim1"/> <category term="MUN"/>
The content element of each entry is used to incorporate a text in the chosen language in each result of the search showing the type and the number of inhabitants of the entity.
<content xml:lang="en">Municipality: 33,761 inhab.</content>
Some results (entry) may incorporate a link to expand on the information on that territorial entity. The link element is used to do this.
<link type="text/html" href="http://www.idescat.cat/territ/BasicTerr?TC=3&V0=1&V1=08194&lang=en"/>
To encapsulate the statistical results, each entry in the Atom standard is extended using common elements of the SDMX standard.
<cross:DataSet> <cross:Section AREA="080018" TIME_PERIOD="2009-01-01" FREQ="A" UNIT_MULT="0" DECIMALS="0"> <cross:Obs SEX="M" OBS_VALUE="5974" OBS_STATUS="A"/> <cross:Obs SEX="F" OBS_VALUE="5547" OBS_STATUS="A"/> <cross:Obs SEX="T" OBS_VALUE="11521" OBS_STATUS="A"/> </cross:Section> </cross:DataSet>
As shown in the previous example, the territorial entity's code is expressed as a value of the AREA attribute, the period of reference as a value of the TIME_PERIOD attribute and the number of inhabitants by sex as a value of the OBS_VALUE attribute.
The sug operation uses the standard OpenSearch Suggestions to describe the results, which specifies a response in JSON format. The same structure is used in the serialized PHP format.
["ab",["Abadals, els","Abella","Abella d'Adons","Abella de la Conca","Abella, l'","Abrera"]]
The response in XML format includes the same information structured in accordance with the standard XML Search Suggestions Format (sometimes known as OpenSearch SearchSuggest2).
<SearchSuggestion version="2.0" xmlns="http://opensearch.org/searchsuggest2"> <Query xml:space="preserve">ab</Query> <Section> <Item> <Text xml:space="preserve">Abadals, els</Text> </Item> <Item> <Text xml:space="preserve">Abella</Text> </Item> <Item> <Text xml:space="preserve">Abella d'Adons</Text> </Item> <Item> <Text xml:space="preserve">Abella de la Conca</Text> </Item> <Item> <Text xml:space="preserve">Abella, l'</Text> </Item> <Item> <Text xml:space="preserve">Abrera</Text> </Item> </Section> </SearchSuggestion>
For reasons of convenience, the response is also offered in text format, with the results separated by line feeds.
Abadals, els Abella Abella d'Adons Abella de la Conca Abella, l' Abrera
Idescat's APIs use standardised response codes to indicate whether the request has been successful or has failed.