I am trying to pull specific information such as name
, downloadCount
etc from this API so I can display them as text on my website, but it is all formatted as a
wall of plain text rather than a json file I can just pull from the url.
URL: https://staging_cursemeta.dries007.net/api/v3/direct/addon/268210
How should I go forward with pulling data and how shall I access specific fields from this kind of APIs. I am using JavaScript.