'How to fetch data from rest api by specific id or name using flutter
This is the api I want to use and I want to get data on Only India. I am not getting how to get the data by country name.
https://api.covid19api.com/summary
Thanks in advance.!!
Solution 1:[1]
Either you can get the from this API and then select the data for India from the response or you can change the URL of the API a little bit and change it to
https://api.covid19api.com/country/india
you will get data for India only.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Munsif Ali |
