{"id":21938366,"url":"https://github.com/antoniostipic/rssnewsapi","last_synced_at":"2025-04-22T12:30:33.923Z","repository":{"id":121985933,"uuid":"165641173","full_name":"AntonioStipic/RssNewsAPI","owner":"AntonioStipic","description":"Free News API for fetching and categorizing news articles","archived":false,"fork":false,"pushed_at":"2019-02-18T20:31:36.000Z","size":16744,"stargazers_count":14,"open_issues_count":1,"forks_count":4,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-29T15:11:22.911Z","etag":null,"topics":["angularjs","api","json","news","nodejs","open-source"],"latest_commit_sha":null,"homepage":"http://newsapi.xyz","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AntonioStipic.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-01-14T10:22:40.000Z","updated_at":"2024-04-02T21:44:50.000Z","dependencies_parsed_at":"2023-04-07T13:31:33.503Z","dependency_job_id":null,"html_url":"https://github.com/AntonioStipic/RssNewsAPI","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AntonioStipic%2FRssNewsAPI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AntonioStipic%2FRssNewsAPI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AntonioStipic%2FRssNewsAPI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AntonioStipic%2FRssNewsAPI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AntonioStipic","download_url":"https://codeload.github.com/AntonioStipic/RssNewsAPI/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250240727,"owners_count":21397856,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["angularjs","api","json","news","nodejs","open-source"],"created_at":"2024-11-29T01:30:28.575Z","updated_at":"2025-04-22T12:30:33.907Z","avatar_url":"https://github.com/AntonioStipic.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RSS News Api\n\n![](https://github.com/AntonioStipic/RssNewsAPI/blob/master/static/images/logo.png?raw=true)\n\n[![Website](https://img.shields.io/website-up-down-green-red/http/shields.io.svg)](http://newsapi.xyz/) [![Status](https://img.shields.io/pypi/status/ansicolortags.svg)]()\n\n\nOpen source API for fetching short news and articles. Powered by NodeJS and AngularJS.\n\n## Website\n\nLink: [http://newsapi.xyz](http://newsapi.xyz/)\n\n## Example request\n\u003e newsapi.xyz/news?appid={APPID}\u0026category={CATEGORY}\u0026limit={LIMIT}\n\n\n## Example response\nExample of JSON response that API returns\n\n```json\n[\n   {\n      \"id\": 16104,\n      \"title\": \"Trump treats the border like a natural disaster. He even dresses the part.\",\n      \"description\": \"Trump has a uniform he wears to visit hurricanes and wildfires - and it says a lot that he wore it to the Mexico border.\",\n      \"link\": \"{LINK}\",\n      \"language\": \"en\",\n      \"category\": \"latest\",\n      \"time\": 1547464873\n   }\n]\n```\n\n## Parameters\nList of available parameters:\n\n- Language\n- Category\n- Order\n- Limit\n\n## Language\nList of available languages (Soon will new languages be added):\n\n\u003e en - English\n\u003e\n\u003e hr - Croatian\n\n*By default language is set to* **en**.\n\n## Category\nList of available categories per language:\n\n```json\n{\n   \"en\":[\n      \"latest\",\n      \"top\",\n      \"politics\",\n      \"sports\",\n      \"world\",\n      \"business\",\n      \"lifestyle\",\n      \"entertainment\",\n      \"technology\",\n      \"health\",\n      \"science\"\n   ],\n   \"hr\":[\n      \"latest\",\n      \"top\",\n      \"news\",\n      \"sports\",\n      \"lifestyle\",\n      \"technology\"\n   ]\n}\n```\n\n*By default category is set to* **latest**.\n\n## Order\nOrder parameter can be either \"ASC\" or \"DESC\". It is used to invert the order of the received news. By using \"DESC\" news will be listed from latest to oldest and by using \"ASC\" news are listed from oldest to newest.\n\n*By default order is set to* **DESC**.\n\n## Limit\n\nLimit parameter is optional but **very recommended**.\nLimit represents number of news that are fetched from API.\n\n**By excluding limit parameter all news in the corresponding category and language will be fetched.**\n\n## List of RSS feeds\n\n```json\n{\n   \"en\":{\n      \"latest\":[\n         \"http://rss.cnn.com/rss/cnn_latest.rss\"\n      ],\n      \"top\":[\n         \"https://abcnews.go.com/abcnews/topstories\",\n         \"http://rss.cnn.com/rss/edition.rss\"\n      ],\n      \"politics\":[\n         \"http://feeds.washingtonpost.com/rss/politics\",\n         \"https://abcnews.go.com/abcnews/politicsheadlines\"\n      ],\n      \"sports\":[\n         \"http://feeds.washingtonpost.com/rss/sports\",\n         \"http://rss.cnn.com/rss/edition_sport.rss\",\n         \"http://feeds.bbci.co.uk/sport/rss.xml\",\n         \"http://rss.nytimes.com/services/xml/rss/nyt/Sports.xml\"\n      ],\n      \"world\":[\n         \"http://feeds.washingtonpost.com/rss/world\",\n         \"https://abcnews.go.com/abcnews/worldnewsheadlines\",\n         \"http://rss.cnn.com/rss/edition_world.rss\",\n         \"http://feeds.bbci.co.uk/news/world/rss.xml\",\n         \"http://rss.nytimes.com/services/xml/rss/nyt/World.xml\"\n      ],\n      \"business\":[\n         \"http://feeds.washingtonpost.com/rss/business\",\n         \"http://feeds.bbci.co.uk/news/business/rss.xml\",\n         \"http://rss.nytimes.com/services/xml/rss/nyt/Business.xml\",\n         \"http://rss.nytimes.com/services/xml/rss/nyt/Economy.xml\"\n      ],\n      \"lifestyle\":[\n         \"http://feeds.washingtonpost.com/rss/lifestyle\"\n      ],\n      \"entertainment\":[\n         \"http://feeds.washingtonpost.com/rss/entertainment\",\n         \"http://rss.cnn.com/rss/edition_entertainment.rss\",\n         \"http://feeds.bbci.co.uk/news/entertainment_and_arts/rss.xml\"\n      ],\n      \"technology\":[\n         \"https://abcnews.go.com/abcnews/technologyheadlines\",\n         \"http://rss.cnn.com/rss/edition_technology.rss\",\n         \"http://feeds.bbci.co.uk/news/technology/rss.xml\",\n         \"http://rss.nytimes.com/services/xml/rss/nyt/Technology.xml\"\n      ],\n      \"health\":[\n         \"https://abcnews.go.com/abcnews/healthheadlines\",\n         \"http://rss.nytimes.com/services/xml/rss/nyt/Health.xml\"\n      ],\n      \"science\":[\n         \"http://rss.cnn.com/rss/edition_space.rss\",\n         \"http://feeds.bbci.co.uk/news/science_and_environment/rss.xml\",\n         \"http://rss.nytimes.com/services/xml/rss/nyt/Science.xml\"\n      ]\n   },\n   \"hr\":{\n      \"latest\":[\n         \"http://www.24sata.hr/feeds/najnovije.xml\",\n         \"https://www.vecernji.hr/feeds/latest\",\n         \"https://www.index.hr/rss\"\n      ],\n      \"top\":[\n         \"https://www.24sata.hr/feeds/aktualno.xml\",\n         \"https://www.index.hr/rss/najcitanije\"\n      ],\n      \"news\":[\n         \"https://www.24sata.hr/feeds/news.xml\",\n         \"https://www.index.hr/rss/vijesti\"\n      ],\n      \"sports\":[\n         \"http://www.24sata.hr/feeds/sport.xml\",\n         \"https://www.index.hr/rss/sport\"\n      ],\n      \"lifestyle\":[\n         \"http://www.24sata.hr/feeds/lifestyle.xml\"\n      ],\n      \"technology\":[\n         \"http://www.24sata.hr/feeds/tech.xml\"\n      ]\n   }\n}\n```\n\n[![ForTheBadge built-with-love](http://ForTheBadge.com/images/badges/built-with-love.svg)](https://GitHub.com/AntonioStipic/)\n\n#### Made by: Antonio Stipić\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fantoniostipic%2Frssnewsapi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fantoniostipic%2Frssnewsapi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fantoniostipic%2Frssnewsapi/lists"}