Added together these generate a usable URL for an application.
Modifying the API
-----------------
The process of adding to the API goes like this:
1. Create a fake testing API containing your additions.
2. Modify your application to use to use the testing API additions.
3. Ensure the API works and fits your purpose.
4. Document the additions in this document.
5. Send a merge request.
6. Listen to feedback and change API if needed.
7. Repeat process until merge or rejection.
8. Once the production API is updated, use that instead of the testing API.
Altering the existing API is likely to break existing applications. To prevent this, any evolution of the API must output a different JSON files versioned. ( https://peppercarrot.com/0_sources/episodes-v1.json is the evolution of https://peppercarrot.com/0_sources/episodes.json).