Bureau of Justice Statistics Data Analysis Tools website screenshot

Bureau of Justice Statistics Data Analysis Tools

The Bureau of Justice Statistics (BJS) is the agency within the U.S. Department of Justice responsible for collecting, analysing, and disseminating crime, criminal-justice, expenditure, and victimisation data. BJS exposes selected datasets through Socrata Open Data APIs and offers interactive data analysis tools such as the Justice Expenditure and Employment Tool (JEET) and the National Crime Victimization Survey (NCVS) Quick Tables.

2 APIs 0 Features
Crime StatisticsFederal GovernmentNCVSNIBRSOpen DataSODAStatisticsVictimization

APIs

BJS NCVS API

The National Crime Victimization Survey (NCVS) API exposes selected NCVS datasets via the Socrata Open Data API. Datasets are addressed by four-character resource codes and may ...

BJS NIBRS National Estimates API

The NIBRS National Estimates API publishes selected National Incident-Based Reporting System national-estimates datasets via the Socrata Open Data API, addressable via four-char...

Collections

Pricing Plans

Rate Limits

FinOps

Semantic Vocabularies

Bjs Context

3 classes · 5 properties

JSON-LD

API Governance Rules

Bureau of Justice Statistics Data Analysis Tools API Rules

5 rules · 2 errors 3 warnings

SPECTRAL

Resources

🔗
LinkedIn
LinkedIn
🔗
Website
Website
🔧
Data Analysis Tools
Data Analysis Tools
🔗
Data Collections
Data Collections
🔗
Publications
Publications
🔗
DOJ Developer
DOJ Developer
🔗
JSONLD
JSONLD
🔗
Vocabulary
Vocabulary

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: BJS NIBRS National Estimates API
  version: '1.0'
items:
- info:
    name: NIBRS
    type: folder
  items:
  - info:
      name: Get NIBRS dataset as JSON
      type: http
    http:
      method: GET
      url: https://api.ojp.gov/bjsdataset/v1/resource/:datasetId.json
      params:
      - name: datasetId
        value: ''
        type: path
      - name: $select
        value: ''
        type: query
      - name: $where
        value: ''
        type: query
      - name: $order
        value: ''
        type: query
      - name: $group
        value: ''
        type: query
      - name: $limit
        value: ''
        type: query
      - name: $offset
        value: ''
        type: query
    docs: Returns NIBRS national-estimates rows in JSON format.
  - info:
      name: Get NIBRS dataset as CSV
      type: http
    http:
      method: GET
      url: https://api.ojp.gov/bjsdataset/v1/resource/:datasetId.csv
      params:
      - name: datasetId
        value: ''
        type: path
    docs: Get NIBRS dataset as CSV
bundled: true