- Supported Bit Versions
-
- 64-bit
- Source Code URL
- https://github.com/royshil/obs-urlsource
- Minimum OBS Studio Version
- 29.0.0
- Supported Platforms
-
- Windows
- Mac OS X
- Linux
The URL/API Source plugin adds a video source that fetches data from a URL or API endpoint and displays it as customizable text (using CSS). You can parse JSON, XML and also plain text response with a Regex to get just the information you need. Set up a timer to keep refreshing the data to get that live feed effect.
If this plugin has been valuable to you consider adding a
to the GH repo, rating it here on OBS, subscribing to my YouTube channel, and supporting my work: https://github.com/sponsors/royshil

(YouTube Tutorial)
Features:

(YouTube Code Walkthrough)
If this plugin has been valuable to you consider adding a

(YouTube Tutorial)
Features:
- HTTP request types: GET, POST
- Request headers (for e.g. API Key or Auth token)
- Request body for POST
- Output parsing: JSON via JSONPointer, XML/HTML via XPath and Regex
- Update timer for live streaming data
- Test of the request to find the right parsing
- Output styling (font, color, etc.)
- Authentication (Basic, Digest, OAuth)
- Websocket support
- More output parsing options (JSONPath, CSS selectors, etc.)
- More request types (PUT, DELETE, PATCH)
- More output formats (XML, HTML, CSV, etc.)
- More output types (Image, Video, Audio, etc.)
(YouTube Code Walkthrough)