FBI Wanted API

FBI Wanted API

  • Category: Open Data

FBI Wanted API: Simplifying FBI Wanted Program Information Retrieval

The FBI Wanted API is a RESTful endpoint that enables developers to retrieve information on the FBI Wanted program easily. This API uses query parameters for options and delivers JSON responses.

Benefits of Using FBI Wanted API

  1. Saves Time: Developers no longer need to comb through pages of data to extract information about the FBI Wanted list.
  2. Easy Integration: The API is user-friendly and straightforward to integrate into your software and applications.
  3. Automatic Updates: The API receives automatic updates, so the information you receive is always up-to-date.
  4. Increased Speed: The API offers fast retrieval of FBI Wanted program information, allowing you to deliver results quickly.
  5. Customizable Results: The query parameters make it possible to retrieve specific details of the wanted individuals that match the criteria.

Here is an example code snippet in JavaScript to query the FBI Wanted API:

fetch('https://api.fbi.gov/wanted/v1/list', { method: 'get', headers: { 'Content-Type': 'application/json' }, params: { min_reward: 50000, page: 2, sort_on: 'dates_of_birth', sort_order: 'DESC' } }) .then(function(response) { // do something with the response console.log(response.json()); }) .catch(function(err) { // handle error console.error(err); });

Feel free to use this API to gather information and help raise awareness about individuals listed in the FBI's most wanted list.

Similar APIs of Open Data

Sweat & Toil
Sweat & Toil

Integrates information on child labor and forced labor taken from the reports “Findings on the Worst Forms of Child Labor,” “List of Goods Produced by Child Labor or Forced Labor,” and “List of Products Produced by Forced or Indentured Child Labor.”

Jailbase
Jailbase

Get access to a database of mugshots and arrest data sourced from many counties across the U.S. JailBase.com has an easy to use web api so your website or application can access our extensive county jail inmate data. Using the API, you can search for arrested and booked individuals in county jails. The web service uses a REST interface to make calls and returns results in JSON (JSONP is also supported). Calls to the webservice do not require a developer key, however they are rate limited.

Creative Commons Catalog
Creative Commons Catalog

The Creative Commons Catalog API ('cccatalog-api') is a system that allows programmatic access to public domain digital media. It is our ambition to index and catalog billions of Creative Commons works, including articles, songs, videos, photographs, paintings, and more. Using this API, developers will be able to access the digital commons in their own applications.

Bible API
Bible API

RESTful Bible API with 7 versions, 4 languages and multiple features

Open Topo Data
Open Topo Data

Elevation and ocean depth for a latitude and longitude

Star Wars API
Star Wars API

Star Wars API with tons of information on the Star Wars universe. API lists you the planets, spaceships, vehicles, people, films and species. Form all Sever Star War films. Also has the "force awakens" data. You get hair color, skin color and eye color of the mentioned characters.

Taylor REST
Taylor REST

REST API for random Taylor Swift quotes

REST Countries
REST Countries

Get information about countries via a RESTful API. API End points include name, full name, code, list of codes, currency, language, capital city, calling code, region, bloc and more. You can use this api to embed maps and lit countries by cross checking the country's 2 or 3 digit code through this API.

Faker API
Faker API

Faker API it's a collection of completely free APIs that helps web developers and web designers generate fake data in a fast and easy way. No registration is required. No tokens, no authentication. Every resource allows to choose the API language by "_locale" parameter and also allows to select the number of rows requested by "_quantity" parameter. Max 1000 rows.

Image Charts
Image Charts

The Image-Charts API returns a chart image in response to a URL GET or POST request. The API can generate many kinds of charts, from pie or line charts to bar charts and radars. All the information about the chart that you want, such as chart data, size, colors, and labels, are part of the URL.