An open API service indexing awesome lists of open source software.

https://github.com/saadpasta/fetching-api

Merging Two Api And Getting Data
https://github.com/saadpasta/fetching-api

api fetch-api javascript js-api

Last synced: 8 months ago
JSON representation

Merging Two Api And Getting Data

Awesome Lists containing this project

README

          

# Fetching-Api

Merging Two Api And Getting Data

Crime Search App for Police Department using the following API'S.

Category : https://data.police.uk/api/crime-categories

Force : https://data.police.uk/api/forces

Crimes: https://data.police.uk/api/crimes-no-location?category=all-crime&force=leicestershire

Short Description:
You've to show the Crimes statuses.

Long Description:
Two select inputs for Crime Categories and Forces, get Crimes Categories and Forces from the APIs and put the in Select,
Allow user to select any of the crime category and Force, and then click on search button
using Crime API, get the crime results and show these fields in the table.