Jailbase

Jailbase

  • Category: Open Data

Access Mugshots and Arrest Data with JailBase API

JailBase.com offers an extensive database of arrest and inmate data sourced from multiple counties throughout the United States. With their user-friendly web API, you can easily access this valuable information for your website or application. By utilizing their API, you can search for arrested and booked individuals in county jails through a REST interface. The results are returned in JSON (JSONP is also supported) format. While no developer key is required for API calls, the webservice does have rate limits to ensure quality service for all users.

Top 5 Benefits of Using JailBase API

  1. Easy Integration: With JailBase's simple API, you can seamlessly integrate arrest and inmate data into your website or application.
  2. Nationwide Coverage: The JailBase database sources arrest and inmate data from multiple counties across the United States, providing you with access to a wealth of information.
  3. User-Friendly Interface: The REST interface and JSON results format make it easy for developers to access the necessary data without complicated programming.
  4. No Developer Key Required: JailBase wants their API to be accessible for everyone, so no developer key is needed to access the database.
  5. Limited Rate Restrictions: While JailBase does have rate limits in place, their webservice is reliable and ensures quality service for all users.

Example JavaScript API Code:

fetch('https://api.jailbase.com/api/1/search/?source_id='+source_id+'&last_name='+last_name+'&first_name='+first_name, {method: 'GET', mode: 'cors'}) .then(res => res.json()) .then(data => console.log(data)) .catch(error => console.log('Error:', error));

In the above example code, we use the fetch() method to make a GET request to the JailBase API's search endpoint. We pass in three parameters: source_id, last_name and first_name, which are the source id, last name, and first name of the inmate we are searching for. The response from the API, which contains the search results, is then converted to JSON format, and the data is logged to the console.

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.”

FBI Wanted API
FBI Wanted API

The FBI Wanted API is designed to help developers easily get information on the FBI Wanted program. The API is a simple REST endpoint that accepts query parameters for options and returns application/json responses.

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.