@apiverve/rsstojson
v1.2.0
Published
RSS to JSON is a simple tool for converting RSS feeds into JSON format. It returns the RSS feed in JSON format.
Readme
RSS to JSON API
RSS to JSON is a simple tool for converting RSS feeds into JSON format. It returns the RSS feed in JSON format.
This is a Javascript Wrapper for the RSS to JSON API
Installation
Using npm:
npm install @apiverve/rsstojsonUsing yarn:
yarn add @apiverve/rsstojsonConfiguration
Before using the RSS to JSON API client, you have to setup your account and obtain your API Key. You can get it by signing up at https://apiverve.com
Quick Start
Get started with the Quick Start Guide
The RSS to JSON API documentation is found here: https://docs.apiverve.com/ref/rsstojson. You can find parameters, example responses, and status codes documented here.
Setup
const rsstojsonAPI = require('@apiverve/rsstojson');
const api = new rsstojsonAPI({
api_key: '[YOUR_API_KEY]'
});Usage
Perform Request
Using the API is simple. All you have to do is make a request. The API will return a response with the data you requested.
var query = {
"url": "https://www.nasa.gov/rss/dyn/breaking_news.rss"
};
api.execute(query, function (error, data) {
if (error) {
return console.error(error);
} else {
console.log(data);
}
});Using Promises
You can also use promises to make requests. The API returns a promise that you can use to handle the response.
var query = {
"url": "https://www.nasa.gov/rss/dyn/breaking_news.rss"
};
api.execute(query)
.then(data => {
console.log(data);
})
.catch(error => {
console.error(error);
});Using Async/Await
You can also use async/await to make requests. The API returns a promise that you can use to handle the response.
async function makeRequest() {
var query = {
"url": "https://www.nasa.gov/rss/dyn/breaking_news.rss"
};
try {
const data = await api.execute(query);
console.log(data);
} catch (error) {
console.error(error);
}
}Example Response
{
"status": "ok",
"error": null,
"data": {
"source": "www.nasa.gov",
"articles": 10,
"maxReached": false,
"feed": [
{
"website": "NASA",
"title": "NASA IXPE’s Longest Observation Solves Black Hole Jets Mystery",
"pubDate": "Tue, 16 Dec 2025 21:23:13 +0000",
"description": "Written by Michael Allen An international team of astronomers using NASA’s IXPE (Imaging X-ray Polarimetry Explorer) has identified the origin of X-rays in a supermassive black hole’s jet, answering a question that has been unresolved since the earliest days of X-ray astronomy. Their findings are described in a paper published in The Astrophysical Journal Letters, […]",
"link": "https://www.nasa.gov/missions/ixpe/nasa-ixpes-longest-observation-solves-black-hole-jets-mystery/"
},
{
"website": "NASA",
"title": "NASA Launches Research Program for Students to Explore Big Ideas",
"pubDate": "Tue, 16 Dec 2025 21:01:46 +0000",
"description": "NASA is now accepting concepts for a new research challenge. The Opportunities in Research, Business, Innovation, and Technology (ORBIT) challenge is a multi-phase innovation competition designed to empower university and college students to develop next-generation solutions that benefit life on Earth and deep-space exploration. With up to $380,000 in total prize funding, NASA’s ORBIT challenges […]",
"link": "https://www.nasa.gov/learning-resources/research-program-for-students/"
},
{
"website": "NASA",
"title": "Through Astronaut Eyes: 25 Years of Life in Orbit ",
"pubDate": "Tue, 16 Dec 2025 20:35:35 +0000",
"description": "After 25 years of continuous human presence in space, the International Space Station remains a training and proving ground for deep space missions, enabling NASA to focus on Artemis missions to the Moon and Mars. The orbiting laboratory is also a living archive of human experience, culture, and connection. Creating community With 290 visitors from […]",
"link": "https://www.nasa.gov/centers-and-facilities/johnson/through-astronaut-eyes-25-years-of-life-in-orbit/"
},
{
"website": "NASA",
"title": "NASA Ignites New Golden Age of Exploration, Innovation in 2025",
"pubDate": "Tue, 16 Dec 2025 19:48:18 +0000",
"description": "With a second Trump Administration at the helm in 2025, NASA marked significant progress toward the Artemis II test flight early next year, which is the first crewed mission around the Moon in more than 50 years, as well as built upon its momentum toward a human return to the lunar surface in preparation to […]",
"link": "https://www.nasa.gov/news-release/nasa-ignites-new-golden-age-of-exploration-innovation-in-2025/"
},
{
"website": "NASA",
"title": "How Small Is Too Small? Volunteers Help NASA Test Lake Monitoring From Space",
"pubDate": "Tue, 16 Dec 2025 19:45:41 +0000",
"description": "Volunteers participating in the Lake Observations by Citizen Scientists and Satellites (LOCSS) project have been collecting water level data in lakes since 2017. Now, the LOCSS team has used these data to examine the accuracy of water level measurements made from space.",
"link": "https://science.nasa.gov/get-involved/citizen-science/how-small-is-too-small-volunteers-help-nasa-test-lake-monitoring-from-space/"
},
{
"website": "NASA",
"title": "NASA JPL Shakes Things Up Testing Future Commercial Lunar Spacecraft",
"pubDate": "Tue, 16 Dec 2025 19:43:07 +0000",
"description": "The same historic facilities that some 50 years ago prepared NASA’s twin Voyager probes for their ongoing interstellar odyssey are helping to ready a towering commercial spacecraft for a journey to the Moon. Launches involve brutal shaking and astonishingly loud noises, and testing in these facilities mimics those conditions to help ensure mission hardware can […]",
"link": "https://www.nasa.gov/centers-and-facilities/jpl/nasa-jpl-shakes-things-up-testing-future-commercial-lunar-spacecraft/"
},
{
"website": "NASA",
"title": "Peekaboo!",
"pubDate": "Tue, 16 Dec 2025 17:27:30 +0000",
"description": "Clockwise from left, JAXA (Japan Aerospace Exploration Agency) astronaut Kimiya Yui and NASA astronauts Jonny Kim, Zena Cardman, and Mike Fincke pose for a playful portrait through a circular opening in a hatch thermal cover aboard the International Space Station on Sept. 18, 2025. The cover provides micrometeoroid and orbital debris protection while maintaining cleanliness […]",
"link": "https://www.nasa.gov/image-article/peekaboo-2/"
},
{
"website": "NASA",
"title": "Toxicology and Environmental Chemistry",
"pubDate": "Tue, 16 Dec 2025 16:28:12 +0000",
"description": "Ensuring Astronaut Safety Achieving safe exploration of space in vehicles that rely upon closed environmental systems to recycle air and water to sustain life and are operated in extremely remote locations is a major challenge. The Toxicology and Environmental Chemistry (TEC) group at Johnson Space Center (JSC) is made up of 2 interrelated groups: Toxicology […]",
"link": "https://www.nasa.gov/directorates/esdmd/hhp/toxicology-and-environmental-chemistry/"
},
{
"website": "NASA",
"title": "Statistics and Data Science",
"pubDate": "Tue, 16 Dec 2025 16:14:41 +0000",
"description": "Enabling Successful Research A major aim of biomedical research at NASA is to acquire data to evaluate, understand, and assess the biomedical hazards of spaceflight and to develop effective countermeasures. Data Science (S&DS) personnel provide statistical support to groups within the NASA JSC Human Health and Performance Directorate and other NASA communities. They have expertise […]",
"link": "https://www.nasa.gov/directorates/esdmd/hhp/biostatistics-and-data-science/"
},
{
"website": "NASA",
"title": "One of NASA’s Key Cameras Orbiting Mars Takes 100,000th Image",
"pubDate": "Tue, 16 Dec 2025 16:00:00 +0000",
"description": "Mesas and dunes stand out in the view snapped by HiRISE, one of the imagers aboard the agency’s Mars Reconnaissance Orbiter. After nearly 20 years at the Red Planet, NASA’s Mars Reconnaissance Orbiter (MRO) has snapped its 100,000th image of the surface with its HiRISE camera. Short for High Resolution Imaging Science Experiment, HiRISE is […]",
"link": "https://www.nasa.gov/missions/mars-reconnaissance-orbiter/one-of-nasas-key-cameras-orbiting-mars-takes-100000th-image/"
}
]
}
}Customer Support
Need any assistance? Get in touch with Customer Support.
Updates
Stay up to date by following @apiverveHQ on Twitter.
Legal
All usage of the APIVerve website, API, and services is subject to the APIVerve Terms of Service, Privacy Policy, and Refund Policy.
License
Licensed under the The MIT License (MIT)
Copyright (©) 2026 APIVerve, and EvlarSoft LLC
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
