SWAT FBI Top Ten Most Wanted Endpoint
This endpoint provideds the FBI’s top ten most wanted fugitives. It is sourced hourly and provides 55 FBI supplied data fields, including the link to the fugitive’s detailed information as well as a link to the fugitive poster.
Here are all the data fields provided by this endpoint:
[dates_of_birth_used]: Array of Strings
[place_of_birth]: String
[reward_text]: String
[poster_classification]: String
[ui ]: String
[possible_states]: Array of Strings
[sex]: String
[details]: String
[scars_and_marks]: String
[images]: Array of Objects with the following fields:
- [original]: String
- [thumb]: String
- [large]: String
- [caption]: String
[reward_min]: Number
[age_max]: Number
[warning_message]: String
[weight]: String
[person_classification]: String
[url]: String
[ncic]: String
[race_raw]: String
[weight_max]: Number
[nationality]: String
[suspects]: String
[remarks]: String
[race]: String
[height_max]: Number
[coordinates]: Array of Objects with the following fields:
- [lat]: Number
- [formatted]: String
- [lng]: Number
[title]: String
[aliases]: Array of Strings
[eyes]: String
[publication]: String
[age_range]: String
[eyes_raw]: String
[caution]: String
[path]: String
[complexion]: String
[hair_raw]: String
[legat_names]: String
[modified]: String
[locations]: Array of Strings
[hair]: String
[age_min]: Number
[languages]: Array of Strings
[status]: String
[field_offices]: Array of Strings
[files]: Array of Objects with the following fields:
- [name]: String
- [url]: String
[subjects]: Array of Strings
[possible_countries]: Array of Strings
[occupations]: Array of Strings
[build]: String
[height_min]: Number
[weight_min]: Number
[reward_max]: Number
[additional_information]: String
[description]: String
[@id]: String
Simply follow the basic instructions to access the endpoint and recieve ten JSON objects for all top ten fugitives.
FBI JSON Record Outline & Example
All ten JSON records are returned in an array of objects. Each object is structured as describe below:
Below is an example of a single record display of the total ten records returned. All fields of the objects in the items array are outlined above.