๐Ÿ™Œ Solved it! Managed to create a new GET request by slug for my Strapi API, through help from the strapi forum. Apparently post/:id and post/:slug are identical routes, so I have to create post/slug/:slug instead. (Why is it identical? Still reading up more to find out, any resources welcomed)