Meh API URL change

8

I have a change to announce for those of you using the officially supported API documented over at https://meh.com/forum/topics/meh-api. On February 1, 2023 we’re going to change the URL of the endpoint from https://api.meh.com to https://meh.com/api.

If you have an application using the Meh API all you should need to do is change the URL you’re using from:

https://api.meh.com/1/current.json?apikey={your-api-key}

to:

https://meh.com/api/1/current.json?apikey={your-api-key}

The new endpoint is available to use right now and the JSON format is the exact same. Any current developers using the Meh API want to give the new endpoint a shot before we start sending emails out to all those that have a registered Meh application?