Software Engineering Daily Backend API

The Software Engineering Daily Backend API is an open-source REST API that powers the platform's web, iOS, and Android front ends. Built with Node.js, MongoDB, and Redis, it provides endpoints for accessing podcast episodes, user accounts, bookmarks, playback tracking, upvotes, comments, and search. API documentation is available in Swagger format at the /api/docs path. The codebase is MIT-licensed and available on GitHub.

API entry from apis.yml

apis.yml Raw ↑
aid: software-engineering-daily:backend-api
name: Software Engineering Daily Backend API
description: The Software Engineering Daily Backend API is an open-source REST API that powers the platform's
  web, iOS, and Android front ends. Built with Node.js, MongoDB, and Redis, it provides endpoints for
  accessing podcast episodes, user accounts, bookmarks, playback tracking, upvotes, comments, and search.
  API documentation is available in Swagger format at the /api/docs path. The codebase is MIT-licensed
  and available on GitHub.
humanURL: https://github.com/SoftwareEngineeringDaily/software-engineering-daily-api
baseURL: https://softwareengineeringdaily.com
tags:
- Episodes
- Open Source
- Podcasts
- REST
properties:
- type: Documentation
  url: https://softwareengineeringdaily.github.io/Backend/gettingstarted/
- type: GitHubRepository
  url: https://github.com/SoftwareEngineeringDaily/software-engineering-daily-api