SkillAgentSearch skills...

TolkienApi

The Tolkien API for Middle-Earth lovers.

Install / Use

/learn @mudroljub/TolkienApi
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Tolkien API

The Tolkien API for Middle-Earth lovers.

Docs: tolkien-api.herokuapp.com

I created this Tolkien API to practice C#. The data is from the site lotr.fandom.com, which also has its own open API.

If you have an idea to add some more functionality, feel free to open the feature request.

TODO

in and by endpoints would be more RESTful if they were query string params instead of separate endpoint. i.e. Instead of:

/battles/in/mordor

You'd do

/battles?location=mordor

Generally speaking, any filtering of result data should be done through query string params on GET requests.

View on GitHub
GitHub Stars31
CategoryDevelopment
Updated1y ago
Forks3

Languages

C#

Security Score

65/100

Audited on Mar 30, 2025

No findings