REST API: IP Tracker

A REST API contains information about IP addresses. Given an IP address, make a fetch call to the REST API to fetch…

REST API: Products in Range

A REST API contains information about items in an inventory. Given the product category, minimum price, and maximum price parameters, the goal…

REST API: Patient’s Medical Record

A REST API contains patients’ medical records. Given a patient id, fetch all the records for the patient and return their average…

REST API: Football Competition Winner’s Goals

In this challenge, the REST API contains information about football competitions and matches. The provided API allows querying competitions by name and…

REST API: Number of Drawn Matches

In this challenge, the REST API contains information about football matches. The provided API allows querying matches by teams and year. The…