Map
Returns map content based on given parameters.
URL
https://www.historypin.org/en/api/{project-path}/pin/get_map.json{?parameters}
Parameters
- project-path (slugs, required) - A value representing the project slug or a hierarchical path of project slugs.
- search (search) - Search Parameter (Read More)
- limit (integer, default: 10000) - A value representing the content per page served
- date (integer) - A value of integer pairs representing 'year_min:year_max' filtration
- page (integer) - A value representing the current page of served content
Lat Lng Group Parameters
- group (integer) -
Example
https://www.historypin.org/en/api/first-world-war-centenary/pin/get_map.json?date=1910:1950
{
"limit": 10000,
"count": 4967,
"page": 1,
"items": [
[ 121051, 53.933355, -1.387814 ],
...
[ 68, 51.4925, -0.2633, 100, "heroes-of-chiswick" ],
...
]
}