Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

2020 Police Brutality Incidents API

Police brutality incident records from the 2020 George Floyd protests

2020 Police Brutality Incidents API is published by 2020 Police Brutality on the APIs.io network, described by a machine-readable OpenAPI specification.

This API exposes 2 JSON Schema definitions.

Tagged areas include Incidents. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, a JSON-LD context, and 2 JSON Schemas.

This API exposes 3 operations across 3 paths, and defines 2 schemas. It is described by OpenAPI 3.0.3, at version 2.0.

Requests are made against a single base URL, https://raw.githubusercontent.com/2020PB/police-brutality/data_build.

3 operations 3 paths 2 schemas 3 GET

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
2.0
Base URL
https://raw.githubusercontent.com/2020PB/police-brutality/data_build
License
Resource Areas
1

Paths & Operations 3

Across 3 paths, the API surfaces 3 operations — 3 GET. Each is listed below with its method, path, parameters, and response codes.

Incidents 3

Police brutality incident records from the 2020 George Floyd protests

GET
/all-locations.json
2020 Police Brutality Get All Incidents
getAllIncidents → 200
GET
/all-locations-v2.json
2020 Police Brutality Get All Incidents V2
getAllIncidentsV2 → 200
GET
/all-locations.csv
2020 Police Brutality Get All Incidents as CSV
getAllIncidentsCsv → 200

Schemas 2

The contract defines 2 schemas that model the data the API accepts and returns. The most detailed are Incident (11 properties), IncidentCollection (4 properties). Each schema is shown below with its type and property counts.

IncidentCollection
object
Collection of police brutality incidents with metadata
4 properties
Incident
object
A documented police brutality incident from the 2020 George Floyd protests
11 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

2020-police-brutality-incidents-api-openapi.yml Raw ↑