APIHub
Back to Explore

Interpol Red Notices

Provides OpenAPI specifications for the Interpol Notices service.

Government
none
HTTPS
CORS: Unknown
Description enriched
Visit official documentation

Latency

1267ms p95

Uptime

100.0% 30d

Playground

Verified

live

Endpoints

REST · JSON
GET

/notices/v1/red

Get Red Notices

  • forename (query) — First name
  • name (query) — Last name
  • nationality (query) — Two digit country code
  • ageMax (query) — maximum age
  • ageMin (query) — minimum age
  • freeText (query) — Free text query
  • sexId (query) — Free text query
  • arrestWarrantCountryId (query) — Two digit country code
  • page (query, page) — pagination - starts with 1
  • resultPerPage (query) — resultPerPage
GET

/notices/v1/red/{noticeID}

Get Red Notice Details

  • noticeID (path, required) — Notice ID
GET

/notices/v1/red/{noticeID}/images

Get Red Notice Images

  • noticeID (path, required) — Notice ID
GET

/notices/v1/yellow

Get Yellow Notices

  • forename (query) — First name
  • name (query) — Last name
  • nationality (query) — Two digit country code
  • ageMax (query) — maximum age
  • ageMin (query) — minimum age
  • freeText (query) — Free text query
  • sexId (query) — Free text query
  • page (query, page) — pagination - starts with 1
  • resultPerPage (query) — resultPerPage
GET

/notices/v1/yellow/{noticeID}

Get Yellow Notice Details

  • noticeID (path, required) — Notice ID
GET

/notices/v1/yellow/{noticeID}/images

Get Yellow Notice Images

  • noticeID (path, required) — Notice ID
GET

/notices/v1/un

Get UN Notices

  • name (query) — Last name
  • unReference (query) — UN-Referenz
  • unResolution (query) — UN-Resolution
  • page (query, page) — pagination - starts with 1
  • resultPerPage (query) — resultPerPage
GET

/notices/v1/un/{noticeType}/{noticeID}

Get UN Notice Details

  • noticeID (path, required) — Notice ID
  • noticeType (path, required) — Notice Type (either 'persons' or 'entities')
GET

/notices/v1/un/{noticeType}/{noticeID}/images

Get UN Notice Images

  • noticeID (path, required) — Notice ID
  • noticeType (path, required) — Notice Type (either 'persons' or 'entities')

9 endpoints auto-detected

curl -X GET \
  "https://interpol.api.bund.dev//notices/v1/red"

interpol.api.bund.dev · HTTPS only