Neighbourhood events

Example request

https://data.police.uk/api/leicestershire/NC04/events

Example response

[
    {
        "contact_details": {},
        "description": null,
        "title": "Drop In Beat Surgery",
        "address": "Nagarjuna Buddhist Centre, 17 Guildhall Lane",
        "type": "meeting",
        "start_date": "2016-09-17T12:00:00",
        "end_date": "2016-09-17T14:00:00"
    },
    {
        "contact_details": {},
        "description": null,
        "title": "Drop In Beat Surgery",
        "address": "Nagarjuna Buddhist Centre, 17 Guildhall Lane",
        "type": "meeting",
        "start_date": "2016-12-03T12:00:00",
        "end_date": "2016-12-03T14:00:00"
    },
    ...
]

Response description

Tag Description
contact_details Contact details for the event (if available)
email Email address
telephone Telephone number
mobile Mobile number
fax Fax number
web Website address
address Street address
facebook Facebook profile URL
twitter Twitter profile URL
youtube YouTube profile URL
myspace Myspace profile URL
bebo Bebo profile URL
flickr Flickr profile URL
google-plus Google+ profile URL
forum Forum URL
e-messaging E-messaging URL
blog Blog URL
rss RSS URL
description Description of the event
title Title of the event
address Address of the event
type Type of event
start_date Start of the event in ISO date format
end_date End of the event in ISO date format