APIVerve.API.RSStoJSON 1.1.7

There is a newer version of this package available.
See the version list below for details.
dotnet add package APIVerve.API.RSStoJSON --version 1.1.7                
NuGet\Install-Package APIVerve.API.RSStoJSON -Version 1.1.7                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="APIVerve.API.RSStoJSON" Version="1.1.7" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add APIVerve.API.RSStoJSON --version 1.1.7                
#r "nuget: APIVerve.API.RSStoJSON, 1.1.7"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install APIVerve.API.RSStoJSON as a Cake Addin
#addin nuget:?package=APIVerve.API.RSStoJSON&version=1.1.7

// Install APIVerve.API.RSStoJSON as a Cake Tool
#tool nuget:?package=APIVerve.API.RSStoJSON&version=1.1.7                

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.

Build Status Code Climate Prod Ready

This is a .NET Wrapper for the RSS to JSON API


Installation

Using the .NET CLI:

dotnet add package APIVerve.API.RSStoJSON

Using the Package Manager:

nuget install APIVerve.API.RSStoJSON

Using the Package Manager Console:

Install-Package APIVerve.API.RSStoJSON

From within Visual Studio:

  1. Open the Solution Explorer.
  2. Right-click on a project within your solution.
  3. Click on Manage NuGet Packages...
  4. Click on the Browse tab and search for "APIVerve.API.RSStoJSON".
  5. Click on the APIVerve.API.RSStoJSON package, select the appropriate version in the right-tab and click Install.

Configuration

Before using the rsstojson API client, you have to setup your account and obtain your API Key.
You can get it by signing up at https://apiverve.com


Usage

The RSS to JSON API documentation is found here: https://docs.apiverve.com/api/rsstojson.
You can find parameters, example responses, and status codes documented here.

Setup

Authentication

RSS to JSON API uses API Key-based authentication. When you create an instance of the API client, you can pass your API Key as a parameter.

// Create an instance of the API client
var apiClient = new RSStoJSONAPIClient("[YOUR_API_KEY]", true);

Perform Request

Using the API client, you can perform requests to the API.

Define Query
var queryOptions = new RSStoJSONQueryOptions {
  url = "https://www.nasa.gov/rss/dyn/breaking_news.rss"
};
Simple Request
var response = apiClient.Execute(queryOptions);
if(response.error != null) {
	Console.WriteLine(response.error);
} else {
    var jsonResponse = JsonConvert.SerializeObject(response, Newtonsoft.Json.Formatting.Indented);
    Console.WriteLine(jsonResponse);
}
Example Response
{
  "status": "ok",
  "error": null,
  "data": {
    "source": "www.nasa.gov",
    "articles": 10,
    "maxReached": false,
    "feed": [
      {
        "website": "NASA",
        "title": "30 Years Ago: STS-63, First Shuttle and Mir Rendezvous Mission ",
        "pubDate": "Mon, 03 Feb 2025 15:16:04 +0000",
        "description": "The first shuttle mission of 1995, STS-63 included several historic firsts. As part of Phase 1 of the International Space Station program, space shuttle Discovery’s 20th flight conducted the first shuttle rendezvous with the Mir space station, in preparation for future dockings. The six-person crew included Commander James Wetherbee, Pilot Eileen Collins – the first […]",
        "link": "https://www.nasa.gov/history/30-years-ago-sts-63-first-shuttle-and-mir-rendezvous-mission/"
      },
      {
        "website": "NASA",
        "title": "Lagniappe for February 2025",
        "pubDate": "Mon, 03 Feb 2025 14:53:54 +0000",
        "description": "Explore Lagniappe for February 2025 featuring: Gator Speaks Welcome to February, folks! The shortest month of the year is here, but do not let its number of days fool you. The month is full of energy and is welcomed with great enthusiasm. We have dusted ourselves off from a historic snowfall in January. The Super […]",
        "link": "https://www.nasa.gov/centers-and-facilities/stennis/lagniappe-for-february-2025/"
      },
      {
        "website": "NASA",
        "title": "NASA Attends FAN EXPO New Orleans",
        "pubDate": "Mon, 03 Feb 2025 14:52:23 +0000",
        "description": "NASA reached out to inspire members of the Artemis Generation on Jan. 10-12, joining one of the largest comic con producers in the world to host an outreach booth at the 2025 FAN EXPO in New Orleans. Thousands of fans celebrating the best in pop culture such as movies, comics, and video gaming learned about […]",
        "link": "https://www.nasa.gov/image-article/stennis-attends-fan-expo-new-orleans/"
      },
      {
        "website": "NASA",
        "title": "The Drive for Better Fuels NASA Employee",
        "pubDate": "Mon, 03 Feb 2025 14:51:48 +0000",
        "description": "Two words come to Tim Stiglets’ mind when he thinks about NASA’s Stennis Space Center near Bay St. Louis, Mississippi – growth and opportunity. The Waveland, Mississippi, resident has experienced both in his career at the south Mississippi NASA center. He started as a summer intern onsite with Lockheed Martin in 2002. When The University […]",
        "link": "https://www.nasa.gov/image-article/the-drive-for-better-fuels-tim-stiglets/"
      },
      {
        "website": "NASA",
        "title": "Station Nation: Meet Tandra Gill Spain, Computer Resources Senior Project Manager in the Avionics and Software Office ",
        "pubDate": "Mon, 03 Feb 2025 12:00:00 +0000",
        "description": "For astronauts aboard the International Space Station, staying connected to loved ones and maintaining a sense of normalcy is critical. That is where Tandra Gill Spain, a computer resources senior project manager in NASA’s Avionics and Software Office, comes in. Spain leads the integration of applications on Apple devices and the hardware integration on the […]",
        "link": "https://www.nasa.gov/general/station-nation-meet-tandra-gill-spain-computer-resources-senior-project-manager-in-the-avionics-and-software-office/"
      },
      {
        "website": "NASA",
        "title": "NASA to Talk Science, Tech Aboard Next Intuitive Machines Moon Flight",
        "pubDate": "Fri, 31 Jan 2025 21:51:15 +0000",
        "description": "NASA will host a media teleconference at 1 p.m. EST Friday, Feb. 7, to discuss the agency’s science and technology flying aboard Intuitive Machines’ second flight to the Moon. The mission is part of NASA’s CLPS (Commercial Lunar Payload Services) initiative and Artemis campaign to establish a long-term lunar presence. Audio of the call will stream […]",
        "link": "https://www.nasa.gov/news-release/nasa-to-talk-science-tech-aboard-next-intuitive-machines-moon-flight/"
      },
      {
        "website": "NASA",
        "title": "What’s Up: February 2025 Skywatching Tips from NASA",
        "pubDate": "Fri, 31 Jan 2025 19:00:02 +0000",
        "description": "A Month of Bright Planets Venus blazes at its brightest for the year after sunset, then Mars and Jupiter to rule the night amid the menagerie of bright winter stars. Skywatching Highlights All Month – Planet Visibility: Daily Highlights: February 1 – Venus & Moon: The crescent Moon cozies up to brilliant Venus tonight in […]",
        "link": "https://science.nasa.gov/solar-system/skywatching/whats-up-february-2025-skywatching-tips-from-nasa/"
      },
      {
        "website": "NASA",
        "title": "NASA Radar Imagery Reveals Details About Los Angeles-Area Landslides",
        "pubDate": "Fri, 31 Jan 2025 18:31:13 +0000",
        "description": "Analysis of data from NASA radar aboard an airplane shows that the decades-old active landslide area on the Palos Verdes Peninsula has expanded. Researchers at NASA’s Jet Propulsion Laboratory in Southern California used data from an airborne radar to measure the movement of the slow-moving landslides on the Palos Verdes Peninsula in Los Angeles County. […]",
        "link": "https://www.nasa.gov/science-research/earth-science/nasa-radar-imagery-reveals-details-about-los-angeles-area-landslides/"
      },
      {
        "website": "NASA",
        "title": "NASA Flight Tests Wildland Fire Tech Ahead of Demo",
        "pubDate": "Fri, 31 Jan 2025 18:26:46 +0000",
        "description": "NASA is collaborating with the wildfire community to provide tools for some of the most challenging aspects of firefighting – particularly aerial nighttime operations.   In the future, agencies could more efficiently use drones, both remotely piloted and fully autonomous, to help fight wildfires. NASA recently tested technologies with teams across the country that will enable […]",
        "link": "https://www.nasa.gov/aeronautics/nasa-flight-tests-wildland-fire-tech-ahead-of-demonstration/"
      },
      {
        "website": "NASA",
        "title": "Building an Antenna",
        "pubDate": "Fri, 31 Jan 2025 17:15:11 +0000",
        "description": "A crane lowers the 112-foot-wide (34-meter-wide) steel framework for the Deep Space Station 23 (DSS-23) reflector dish into position on Dec. 18, 2024, at the Deep Space Network’s (DSN) Goldstone Space Communications Complex near Barstow, California. Once online in 2026, DSS-23 will be the fifth of six new beam waveguide antennas to be added to […]",
        "link": "https://www.nasa.gov/image-article/building-an-antenna/"
      }
    ]
  },
  "code": 200
}

Customer Support

Need any assistance? Get in touch with Customer Support.


Updates

Stay up to date by following @apiverveHQ on Twitter.


All usage of the APIVerve website, API, and services is subject to the APIVerve Terms of Service and all legal documents and agreements.


License

Licensed under the The MIT License (MIT)

Copyright (©) 2024 APIVerve, and Evlar 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.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 is compatible. 
.NET Framework net20 is compatible.  net35 is compatible.  net40 is compatible.  net403 was computed.  net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.1.8 57 2/21/2025
1.1.7 77 2/3/2025