w3c / feedvalidator

W3C-customized version of the feedvalidator (forked from https://github.com/rubys/feedvalidator/)
Other
80 stars 35 forks source link

Is there an API for testing a feed? #110

Closed scripting closed 10 months ago

scripting commented 1 year ago

Is there an API for your feed validator?

I'd like to submit my feed to it periodically to keep track of changes.

A very simple API will do. I send you the url of a feed, you send me back the results of validation in a JSON object.

Lucidiot commented 11 months ago

There is one with an SOAP response: https://validator.w3.org/feed/check.cgi?output=soap12&url=https://www.rssboard.org/files/sample-rss-2.xml

scripting commented 11 months ago

@Lucidiot -- thanks -- that's so much better than scraping! ;-)