Hi everyone,
I'm currently building a community wiki for COI mods and I'm trying to automate importing mod information into my own CMS.
Before I continue improving my HTML parser, I wanted to ask if COI Hub already provides a public or supported API/JSON endpoint for mod metadata.
If one exists, I'd much rather use that than parse the HTML pages. I'm mainly interested in things like:
• Mod name
• Author
• Description + Images
• Versions + Changelogs
• COI-Build Compatibility
• Add/Remove Save-File
• Download URL
• Other metadata shown on the mod page
If there isn't an API, is parsing the mod pages currently the recommended approach?
Thanks!