@Mithrilhall what do next and previous refer to in your context? I’m assuming you have a post otherwise next/previous doesn’t make a great deal of sense but do you want to find next/prev with particular tags, within all posts, inside a specific group of posts?
@damr67, is there a reason you’re not using the Ghost SDK to generate urls? Your url is not correctly formatted which is why you’re running into issues. For example, the < symbol is illegal
Next was this: https://aspensquare.ghost.io/ghost/api/v2/content/posts/?key=<key>&include=author,authors,tags&filter=published_at:>${published_at}%2Bslug:-${params.slug}&order=published_at&limit=1
Previous was this: https://aspensquare.ghost.io/ghost/api/v2/content/posts/?key=<key>&include=author,authors,tags&filter=published_at:<=${published_at}%2Bslug:-${params.slug}&limit=1