JSON Feed
/feed.json
/posts/feed.json
/episodes/feed.json
JSON Feed is a format similar to RSS and Atom but in JSON. It is easy to parse by programs. Ever website on Typlog has one or more JSON Feeds.
Here are some examples:
https://blog.typlog.com/feed.json
https://lepture.com/posts/feed.json
http://fakefestival.org/episodes/feed.json
Pro API
These API endpoints require pro plans for blogs and podcasts.
Endpoints | Description |
---|---|
/api/posts |
List recent posts |
/api/posts/year/{year} |
List posts by year |
/api/posts/{postId} |
Get a single post by ID |
/api/posts/slug/{slug} |
Get a single post by slug |
/api/episodes |
List recent episodes |
/api/episodes/year/{year} |
List episodes by year |
/api/episodes/{episodeId} |
Get a single episode by ID |
/api/episodes/slug/{slug} |
Get a single episode by slug |
Here are some examples:
https://blog.typlog.com/api/posts
https://blog.typlog.com/api/posts/year/2019
https://blog.typlog.com/api/posts/30202
https://blog.typlog.com/api/posts/slug/metrics-v2
https://uxcoffee.typlog.io/api/episodes
https://uxcoffee.typlog.io/api/episodes/year/2019
https://uxcoffee.typlog.io/api/episodes/1406
https://uxcoffee.typlog.io/api/episodes/slug/66