Skip to content

SWAT FBI News Endpoint

This endpoint provides the latest FBI news.

This interface returns JSON objects with the following fields:

[id]: This field is the id field for reference to this specific record in the SWAT database. The value of this field will be needed in the future to request the personal characteristics provided by the FBI.

[insertiontime ]: This field provides the time in which this FBI record was inserted into the SWAT database.

[date]: This field is the date the news was posted.

[title]: This field is the title provided by the FBI for this record.

[link]: This field is the link provided by the FBI to the news post.

Example JSON News Records

Below is a sample of nine records returned from this endpoint.

[
{
"id": "666b6becaff98ab472906e74",
"insertiontime": "2024-06-13T22:00:09.229094912+00:00[UTC]",
"date": "Tue, 04 Jun 2024 13:27:00 +0000",
"title": "Thoreau Woman Charged with Involutory Manslaughter",
"link": "https://www.fbi.gov/contact-us/field-offices/albuquerque/news/thoreau-woman-charged-with-involutory-manslaughter"
},
{
"id": "666b6becaff98ab472906e75",
"insertiontime": "2024-06-13T22:00:09.229094912+00:00[UTC]",
"date": "Tue, 04 Jun 2024 13:21:00 +0000",
"title": "Vanderwagon Man Charged with Federal Firearms Offenses",
"link": "https://www.fbi.gov/contact-us/field-offices/albuquerque/news/vanderwagon-man-charged-with-federal-firearms-offenses"
},
{
"id": "666b6becaff98ab472906e76",
"insertiontime": "2024-06-13T22:00:09.229094912+00:00[UTC]",
"date": "Mon, 03 Jun 2024 17:23:00 +0000",
"title": "Kanawha County Man Sentenced to Prison for Federal Drug Crime",
"link": "https://www.fbi.gov/contact-us/field-offices/pittsburgh/news/kanawha-county-man-sentenced-to-prison-for-federal-drug-crime"
},
{
"id": "666b6becaff98ab472906e77",
"insertiontime": "2024-06-13T22:00:09.229094912+00:00[UTC]",
"date": "Mon, 03 Jun 2024 17:15:00 +0000",
"title": "Evadale Little League Coach Sentenced to 40 Years in Federal Prison for Child Exploitation Violations",
"link": "https://www.fbi.gov/contact-us/field-offices/houston/news/evadale-little-league-coach-sentenced-to-40-years-in-federal-prison-for-child-exploitation-violations"
},
{
"id": "666b6becaff98ab472906e78",
"insertiontime": "2024-06-13T22:00:09.229094912+00:00[UTC]",
"date": "Mon, 03 Jun 2024 12:55:00 +0000",
"title": "Anna Middlebrook Named Assistant Director of the Office of Equal Employment Opportunity Affairs",
"link": "https://www.fbi.gov/news/press-releases/anna-middlebrook-named-assistant-director-of-the-office-of-equal-employment-opportunity-affairs"
},
{
"id": "666b6becaff98ab472906e79",
"insertiontime": "2024-06-13T22:00:09.229094912+00:00[UTC]",
"date": "Mon, 03 Jun 2024 08:30:00 +0000",
"title": "Maryland Man Sentenced for His Role in a Drug Trafficking Operation",
"link": "https://www.fbi.gov/contact-us/field-offices/pittsburgh/news/maryland-man-sentenced-for-his-role-in-a-drug-trafficking-operation"
},
{
"id": "666b6becaff98ab472906e7a",
"insertiontime": "2024-06-13T22:00:09.229094912+00:00[UTC]",
"date": "Mon, 03 Jun 2024 08:30:00 +0000",
"title": "Hurricane Man Sentenced to Prison for Bank Fraud",
"link": "https://www.fbi.gov/contact-us/field-offices/pittsburgh/news/hurricane-man-sentenced-to-prison-for-bank-fraud"
},
{
"id": "666b6becaff98ab472906e7b",
"insertiontime": "2024-06-13T22:00:09.229094912+00:00[UTC]",
"date": "Mon, 03 Jun 2024 08:30:00 +0000",
"title": "Two Detroit Men Sentenced to Prison for Roles in Huntington Methamphetamine Trafficking Organization",
"link": "https://www.fbi.gov/contact-us/field-offices/pittsburgh/news/two-detroit-men-sentenced-to-prison-for-roles-in-huntington-methamphetamine-trafficking-organization"
},
{
"id": "666b6becaff98ab472906e7c",
"insertiontime": "2024-06-13T22:00:09.229094912+00:00[UTC]",
"date": "Sun, 02 Jun 2024 07:30:00 +0000",
"title": "Two in Custody in Gila River Indian Community Officer-Involved Shooting",
"link": "https://www.fbi.gov/contact-us/field-offices/phoenix/news/two-in-custody-in-gila-river-indian-community-officer-involved-shooting"
}
]

Try It