There are loads of RSS feed-building services out there, and I'm sure they do the job just fine. But when it comes to this website, I like taking the amateur DIY route as much as I can.
Go to their editor. Paste in a well-formed data document. Watch it generate a graph for you out of the data. You can even download the generated image. No API yet.
Setup process:
cd jsoncrack.com
pnpm install
cd src
pnpm build
cd ..
You want to copy the contents of the out/ subdirectory up to your web server because that's where all the business is.
A Python module that lets you interact with XML as if it were a Python-native dict.
import json
import xmltodict
xmlfile = <blah blah blah>
document = json.loads(xmltodict.parse(xmlfile))
OpenSCAP represents both a library and a command line tool which can be used to parse and evaluate each component of the SCAP standard. The library approach allows for the swift creation of new SCAP tools rather than spending time learning existing file structure. The command-line tool, called oscap, offers a multi-purpose tool designed to format content into documents or scan the system based on this content. Whether you want to evaluate DISA STIGs, NIST‘s USGCB, or Red Hat’s Security Response Team’s content, all are supported by OpenSCAP.
If your main goal is to perform configuration and vulnerability scans of a local system then oscap can be the right tool for you. It can evaluate both XCCDF benchmarks and OVAL definitions and generate the appropriate results. The tool supports SCAP 1.2 and is backward compatible with SCAP 1.1 and 1.0.
OpenSCAP is available on various Linux distributions, including Red Hat Enterprise Linux, Fedora and Ubuntu. Since version 1.3.0 OpenSCAP supports also Microsoft Windows.
sudo apt-get install libopenscap8
Does not require root access to run. Can generate reports as HTML or XML.
Canonical’s Security Team produces Ubuntu OVAL, a structured, machine-readable dataset for all supported Ubuntu releases. It can be used to evaluate and manage security risks related to any existing Ubuntu components. It is based on the Open Vulnerability and Assessment Language (OVAL).
Ubuntu OVAL also allows for any third-party Security Content Automation Protocol (SCAP) compliant tools to accurately scan an Ubuntu system or an official Ubuntu OCI image for vulnerabilities.
wget https://security-metadata.canonical.com/oval/com.ubuntu.$(lsb_release -cs).usn.oval.xml.bz2
PriyomDB is a complex and sophisticated database to store, manage and analyze information about transmissions, focused on the analyzation and management of short wave radio messages.
This is the python code running on our API server and is the glue between the priyom.org webservice and the mysql database. It provides access to certain well known queries via HTTP requests and returns XML.
Set up a free account, get access to NASDAQ data through their APIs.
The API provides data on retail fuel prices in 130 countries and electricity prices in 150 countries. The fuel price data are collected on a weekly basis and the electricity price data are collected quarterly. The cost depends on whether you need access to fuel, electricity and/or natural gas prices; the number of countries; and whether you need data updates and/or historical data. Please contact us for details and a quote. You can start a two-week free trial to determine if the data feed would be useful to you. The free trial gives you access to the latest fuel prices and to electricity and natural gas prices from two quarters ago. Please contact us if you would like a free trial.
pyquery allows you to make jquery queries on xml documents. The API is as much as possible the similar to jquery. pyquery uses lxml for fast xml and html manipulation.
This is not (or at least not yet) a library to produce or interact with javascript code. I just liked the jquery API and I missed it in python so I told myself "Hey let's make jquery in python". This is the result.
If you are looking for OFX connection information for your bank or brokerage institution then you have come to the right place. OFX Home maintains an extensive directory of financial institution data. At current count we have over 300 institutions in our database. We offer a forum for OFX users and developers. We verify that our OFX URLs connect to working OFX servers. We are peer driven. If one our users finds an error they can submit a correction. If one of our users finds missing or incomplete information they can offer additional data. This ensures that our information is always up to date.
API: http://www.ofxhome.com/api.txt
Unfortunately, all of their data is in XML.
Free tool to unminify (unpack, deobfuscate) JavaScript, CSS, HTML, XML and JSON code, making it readable and pretty. The tool works locally in your browser, no data is uploaded to the server.
FormatExpress is an easy-to-use online formatter where you simply paste some bunch of raw XML, JSON, CSS or SQL, to get it automatically beautified. The most common use-case is to help reading minified input found in logs or web services.
A module for Prosody that implements a REST API. Meant for building bots. Can both accept and transmit XML and JSON. Can be configured to send replies to a callback URL. HTTP status codes 202 and 204 are interpreted as "message accepted" without needing to send an XMPP reply stanza.
A Python library for parsing HTML and XML easily.
XML XPath development formatting correctness validation debugging extraction testing
An online site with an API for tracking and searching for legislation currently working its way through the US congress. Everything's in XML, but what can you do?
NWS Homepage of the National weather Service. Offers multiple kinds of weather forecast feeds - RSS and XML. API You can dig around to find the kind of weather data you're looking for; you'll probably have to go to the sub-sites linked
An online open and crowdsourced weather service. People set up automatic weather stations (which are fairly cheap) and contribute measurements that are aggregated into forecasts. Has an API so you can pull data out of it as well as contribute it: http://openweathermap.org/appid Free accounts are, of course, limited in several ways. You can also get weather maps of various kinds from the service to visualize the forecast data. Forecast data is in XML, JSON, and HTML formats.
There is also an air pollution API: https://openweathermap.org/api/air-pollution