Federal Bureau of Investigation website screenshot

Federal Bureau of Investigation

The Federal Bureau of Investigation (FBI) is the domestic intelligence and security service of the United States and its principal federal law enforcement agency. The FBI publishes public APIs covering its Most Wanted program and Uniform Crime Reporting (UCR) data through the Crime Data Explorer.

2 APIs 0 Features
FBIFederal Government

APIs

FBI Most Wanted

The FBI Most Wanted API is designed to help developers easily get information on the FBI Wanted program, including Ten Most Wanted Fugitives, Most Wanted Terrorists, kidnappings...

FBI Crime Data Explorer

The FBI Crime Data Explorer (CDE) provides public access to Uniform Crime Reporting (UCR) data through a JSON API. The API exposes summary statistics, agency-level participation...

Collections

Pricing Plans

Rate Limits

FinOps

Resources

👥
GitHubOrganization
GitHubOrganization
🔗
LinkedIn
LinkedIn
🔗
Website
Website
🔗
Documentation
Documentation

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: FBI Most Wanted
  version: 1.0.0
items:
- info:
    name: List
    type: folder
  items:
  - info:
      name: Federal Bureau of Investigation Retrieve list of FBI wanted individuals
      type: http
    http:
      method: GET
      url: https://api.fbi.gov/wanted/v1/list
      params:
      - name: field_offices
        value: ''
        type: query
        description: Filter by specific FBI field offices (e.g., miami, new-york, los-angeles).
      - name: page
        value: ''
        type: query
        description: Specifies the page of results to return (used for pagination).
      - name: sort_on
        value: ''
        type: query
        description: Specifies the field to sort results by (e.g., title, reward, etc.).
      - name: sort_order
        value: ''
        type: query
        description: Specifies the order of the sorting (asc or desc).
    docs: Fetches a list of FBI wanted individuals, with optional filters for field offices and paging.
bundled: true