imSanjaySoni / Inshorts-Clone-The-News-App

inshorts News App Clone with flutter and newsapi.org API
https://drive.google.com/file/d/1D0U3uX1GGse8BMWsQ-NIGgEIPkOJNL0a/view?usp=sharing
MIT License
209 stars 80 forks source link

Specific Region News #14

Open digitpk opened 3 years ago

digitpk commented 3 years ago

May I know how to change the news to any particular region i.e. Pakistan using the newsapi.org APIs?

imSanjaySoni commented 3 years ago

just add your country code (PK) like below.

https://newsapi.org/v2/top-headlines?country=pk&apiKey=API_KEY

digitpk commented 3 years ago

I mean if I am using my local language then? I am new and had worked but my localization doesn't work maybe. I want the news to be in urdu. for that what should I do?