Return events co-located at one point
cURL
curl --request GET \ --url https://api.intrace.ai/v1/events/at-point \ --header 'X-API-Key: <api-key>'
{ "events": [ { "id": "<string>", "title": "<string>", "event_category": "<string>", "event_type": "<string>", "severity": "<string>", "article_count": 123, "actor_count": 123, "created_at": "2023-11-07T05:31:56Z", "description": "<string>", "event_subtype": "<string>", "event_date": "<string>", "event_date_end": "<string>", "location": "<string>", "location_country": "<string>", "coordinates": [ 123 ], "salience_score": 123, "actors": [ { "id": "<string>", "canonical_name": "<string>", "role": "<string>", "actor_category": "<string>", "country": "<string>", "position": "<string>", "role_description": "<string>" } ], "data_source": "<string>" } ], "total": 123, "limit": 123, "offset": 123 }
lat
lng
limit
offset
-90 <= x <= 90
-180 <= x <= 180
1 <= x <= 200
x >= 0
Co-located events.
Show child attributes