Map

Returns map content based on given parameters.

URL

https://www.historypin.org/en/api/{project-path}/pin/get_map.json{?parameters}

Parameters

Lat Lng Group Parameters

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" ],
        ...
    ]
}