https://api.s7risk.com
The Incident API provides well constructed high-quality, highly-tailored and scalable threat intelligence data.
Get incident overview
This endpoint gets a summary of information about the requested incident. This is a shorter summary of information than the information provided when getting an incident by its ID
HTTP Request
curl -X GET 'https://api.s7risk.com/incidents/{{ID}}/overview' \' \
-H 'Content-Type: application/json' \
-H 'Authorization: Bearer {{YOUR_AUTHENTICATION_TOKEN}}' \
--compressed
Headers
| Name | Type | Required | Description |
|---|---|---|---|
Authorization | string | ✔️ | Your authentication token (see the Auth API section for more information) |
HTTP Response
{
"id": "IN-224368",
"organisationId": "08e310b2-2043-4d46-a821-0fa2fca70cf7",
"category": {
"id": "661b7990-10f9-4a19-84b2-8a6030951314",
"name": "Indirect Weapons",
"colour": "#2F4155"
},
"type": {
"id": "190945a1-2347-4020-8ed1-4e152537b47d",
"name": "Ballistic Missile"
},
"summary": "U.S. test Minuteman III ICBM missile from Vandenberg Air Force Base in California",
"description": "A Minuteman III Intercontinental Ballistic Missile was fired from the Vandenberg Air Force Base in California. The missile was launched across the Pacific towards the Kwajalein Atoll in the Pacific Ocean. The test was a routine test that had been scheduled for a while.",
"location": {
"longitude": -120.577868,
"latitude": 34.740757,
"accuracy": 1,
"timeZone": "America/Los_Angeles",
"utcOffset": -28800
},
"countries": [
{
"code": "USA",
"name": "United States",
"alpha2": null
}
],
"startedAt": {
"timestamp": 1549436460,
"localTime": "2019-02-05T23:01:00-0800"
},
"endedAt": {
"timestamp": 1549436460,
"localTime": "2019-02-05T23:01:00-0800"
},
"isOngoing": false,
"impact": {
"rating": -1,
"shortDescription": "Unknown",
"longDescription": "Impact has not been assessed or is unknown."
},
"counts": {
"affectedSectors": 1,
"casualties": 0,
"involvedParties": 1,
"links": 0,
"mapFeatures": 1,
"narratives": 0,
"references": 1,
"themes": 0,
"tags": 1,
"watchers": 0
},
"status": "approved",
"originId": null,
"isWatched": false,
"reportedAt": 1549544353,
"reviewedAt": 1549544353
}
Success
| Code | Status | Description |
|---|---|---|
| 200 | Success | Returns a body containing an overview of the requested incident |
Errors
| Code | Status | Description |
|---|---|---|
| 401 | Unauthorized | Expired or Invalid Authentication token |
| 404 | Not Found | An incident with the provided ID could not be found |
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article