RSS to JSON API
Overview
To use RSS to JSON, you need an API key. You can get one by creating a free account and visiting your dashboard.
POST Endpoint
https://api.apiverve.com/v1/rsstojsonExample
How to call the RSS to JSON API in different programming languages.
curl -X POST \
"https://api.apiverve.com/v1/rsstojson" \
-H "X-API-Key: your_api_key_here" \
-H "Content-Type: application/json" \
-d '{
"url": "https://www.nasa.gov/rss/dyn/breaking_news.rss"
}'const response = await fetch('https://api.apiverve.com/v1/rsstojson', {
method: 'POST',
headers: {
'X-API-Key': 'your_api_key_here',
'Content-Type': 'application/json'
},
body: JSON.stringify({
"url": "https://www.nasa.gov/rss/dyn/breaking_news.rss"
})
});
const data = await response.json();
console.log(data);import requests
headers = {
'X-API-Key': 'your_api_key_here',
'Content-Type': 'application/json'
}
payload = {
"url": "https://www.nasa.gov/rss/dyn/breaking_news.rss"
}
response = requests.post('https://api.apiverve.com/v1/rsstojson', headers=headers, json=payload)
data = response.json()
print(data)package main
import (
"fmt"
"io"
"net/http"
"bytes"
"encoding/json"
)
func main() {
payload := map[string]interface{}{
"url": "https://www.nasa.gov/rss/dyn/breaking_news.rss"
}
jsonPayload, _ := json.Marshal(payload)
req, _ := http.NewRequest("POST", "https://api.apiverve.com/v1/rsstojson", bytes.NewBuffer(jsonPayload))
req.Header.Set("X-API-Key", "your_api_key_here")
req.Header.Set("Content-Type", "application/json")
client := &http.Client{}
resp, err := client.Do(req)
if err != nil {
panic(err)
}
defer resp.Body.Close()
body, _ := io.ReadAll(resp.Body)
fmt.Println(string(body))
}{
"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/"
}
]
}
}Authentication
The RSS to JSON API requires authentication via API key. Include your API key in the request header:
X-API-Key: your_api_key_hereInteractive API Playground
Test the RSS to JSON API directly in your browser with live requests and responses.
Parameters
The following parameters are available for the RSS to JSON API:
Convert RSS Feed to JSON
| Parameter | Type | Required | Description | Default | Example |
|---|---|---|---|---|---|
url | string | required | The URL of the RSS feed you want converted into JSON format Format: url (e.g., https://www.nasa.gov/rss/dyn/breaking_news.rss) | - |
Response
The RSS to JSON API returns responses in JSON, XML, YAML, and CSV formats. The JSON response is shown in the Example section above; alternative formats below.
Other Response Formats
<?xml version="1.0" encoding="UTF-8"?>
<response>
<status>ok</status>
<error xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<data>
<source>www.nasa.gov</source>
<articles>10</articles>
<maxReached>false</maxReached>
<feed>
<item>
<website>NASA</website>
<title>NASA IXPE’s Longest Observation Solves Black Hole Jets Mystery</title>
<pubDate>Tue, 16 Dec 2025 21:23:13 +0000</pubDate>
<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, […]</description>
<link>https://www.nasa.gov/missions/ixpe/nasa-ixpes-longest-observation-solves-black-hole-jets-mystery/</link>
</item>
<item>
<website>NASA</website>
<title>NASA Launches Research Program for Students to Explore Big Ideas</title>
<pubDate>Tue, 16 Dec 2025 21:01:46 +0000</pubDate>
<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 […]</description>
<link>https://www.nasa.gov/learning-resources/research-program-for-students/</link>
</item>
<item>
<website>NASA</website>
<title>Through Astronaut Eyes: 25 Years of Life in Orbit  </title>
<pubDate>Tue, 16 Dec 2025 20:35:35 +0000</pubDate>
<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 […]</description>
<link>https://www.nasa.gov/centers-and-facilities/johnson/through-astronaut-eyes-25-years-of-life-in-orbit/</link>
</item>
<item>
<website>NASA</website>
<title>NASA Ignites New Golden Age of Exploration, Innovation in 2025</title>
<pubDate>Tue, 16 Dec 2025 19:48:18 +0000</pubDate>
<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 […]</description>
<link>https://www.nasa.gov/news-release/nasa-ignites-new-golden-age-of-exploration-innovation-in-2025/</link>
</item>
<item>
<website>NASA</website>
<title>How Small Is Too Small? Volunteers Help NASA Test Lake Monitoring From Space</title>
<pubDate>Tue, 16 Dec 2025 19:45:41 +0000</pubDate>
<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.</description>
<link>https://science.nasa.gov/get-involved/citizen-science/how-small-is-too-small-volunteers-help-nasa-test-lake-monitoring-from-space/</link>
</item>
<item>
<website>NASA</website>
<title>NASA JPL Shakes Things Up Testing Future Commercial Lunar Spacecraft</title>
<pubDate>Tue, 16 Dec 2025 19:43:07 +0000</pubDate>
<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 […]</description>
<link>https://www.nasa.gov/centers-and-facilities/jpl/nasa-jpl-shakes-things-up-testing-future-commercial-lunar-spacecraft/</link>
</item>
<item>
<website>NASA</website>
<title>Peekaboo!</title>
<pubDate>Tue, 16 Dec 2025 17:27:30 +0000</pubDate>
<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 […]</description>
<link>https://www.nasa.gov/image-article/peekaboo-2/</link>
</item>
<item>
<website>NASA</website>
<title>Toxicology and Environmental Chemistry</title>
<pubDate>Tue, 16 Dec 2025 16:28:12 +0000</pubDate>
<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 […]</description>
<link>https://www.nasa.gov/directorates/esdmd/hhp/toxicology-and-environmental-chemistry/</link>
</item>
<item>
<website>NASA</website>
<title>Statistics and Data Science</title>
<pubDate>Tue, 16 Dec 2025 16:14:41 +0000</pubDate>
<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 […]</description>
<link>https://www.nasa.gov/directorates/esdmd/hhp/biostatistics-and-data-science/</link>
</item>
<item>
<website>NASA</website>
<title>One of NASA’s Key Cameras Orbiting Mars Takes 100,000th Image</title>
<pubDate>Tue, 16 Dec 2025 16:00:00 +0000</pubDate>
<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 […]</description>
<link>https://www.nasa.gov/missions/mars-reconnaissance-orbiter/one-of-nasas-key-cameras-orbiting-mars-takes-100000th-image/</link>
</item>
</feed>
</data>
</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/
| key | value |
|---|---|
| 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/}] |
Response Structure
All API responses follow a consistent structure with the following fields:
| Field | Type | Description | Example |
|---|---|---|---|
status | string | Indicates whether the request was successful ("ok") or failed ("error") | ok |
error | string | null | Contains error message if status is "error", otherwise null | null |
data | object | null | Contains the API response data if successful, otherwise null | {...} |
Learn more about response formats →
Response Data Fields
When the request is successful, the data object contains the following fields:
| Field | Type | Sample Value | Description |
|---|---|---|---|
source | string | - | |
articles | number | - | |
maxReached | boolean | - | |
| [ ] Array items: | array[10] | - | |
â”” website | string | - | |
â”” title | string | - | |
â”” pubDate | string | - | |
â”” description | string | - | |
â”” link | string | - |
Headers
Only X-API-Key is required. Optional headers include Accept for response format negotiation (JSON, XML, or YAML), User-Agent, and X-Request-ID for request tracing. See all request headers →
GraphQL AccessALPHA
Access RSS to JSON through GraphQL to combine it with other API calls in a single request. Query only the rss to json data you need with precise field selection, and orchestrate complex data fetching workflows.
Credit Cost: Each API called in your GraphQL query consumes its standard credit cost.
POST https://api.apiverve.com/v1/graphqlquery {
rsstojson(
input: {
url: "https://www.nasa.gov/rss/dyn/breaking_news.rss"
}
) {
source
articles
maxReached
feed
}
}Note: Authentication is handled via the x-api-key header in your GraphQL request, not as a query parameter.
CORS Support
The RSS to JSON API accepts cross-origin requests from any origin, so it can be called directly from browser-based applications without a proxy. See CORS support →
Rate Limiting
RSS to JSON requests are throttled per minute on the Free plan and unthrottled on paid plans. Exceeding the limit returns 429 Too Many Requests; rate-limit usage is reported in the X-RateLimit-Limit, X-RateLimit-Remaining, and X-RateLimit-Reset response headers. See per-plan limits and best practices →
Error Codes
The RSS to JSON API uses standard HTTP status codes — 200 on success, 400 for invalid parameters, 401 for missing or invalid keys, 403 for insufficient credits, 429 for rate-limit exhaustion, and 500/503 for server-side issues. Each error response includes an X-Request-ID header you can quote when contacting support. See full error handling guide →
SDKs for RSS to JSON
Official RSS to JSON packages on npm, PyPI, NuGet, and JitPack — plus a Postman collection and an OpenAPI spec. See the SDK guide →
No-Code Integrations
RSS to JSON works with Zapier, Make, Pipedream, n8n, and Power Automate using the same API key. See setup guides →
Frequently Asked Questions
How do I get an API key for RSS to JSON?
How many credits does RSS to JSON cost?
Each successful RSS to JSON API call consumes credits based on plan tier. Check the pricing section above for the exact credit cost. Failed requests and errors don't consume credits, so you only pay for successful rss to json lookups.
Can I use RSS to JSON in production?
The free plan is for testing and development only. For production use of RSS to JSON, upgrade to a paid plan (Starter, Pro, or Mega) which includes commercial use rights, no attribution requirements, and guaranteed uptime SLAs. All paid plans are production-ready.
Can I use RSS to JSON from a browser?
What happens if I exceed my RSS to JSON credit limit?
When you reach your monthly credit limit, RSS to JSON API requests will return an error until you upgrade your plan or wait for the next billing cycle. You'll receive notifications at 80% and 95% usage to give you time to upgrade if needed.








