@Laz there is no easy or straightforward way, no
Getting Topic Title & Category Name from a TID and CID respectively?
-
Is this something that I'm overlooking, if I have a TID, can i get the name of that topic with that tid? (Plugin Idea)
-
@a_5mith With an AJAX request to yourdomain.com/api/topic/tid the topic address will be avaible you just need to pass a new request to yourdomain/api/topic/{data} and you'll have all the information you need.