Api get all topics

hi how can i get all topics from Api , i used forum.com/latest.json but still get just latest 30 topics

1 Like

Try something like https://meta.discourse.org/latest.json?page=20

1 Like

thanks for your reply .
i have a plugin who add custom field to a topic . i want to get all topics with that custom field , is there a methode better than [https://meta.discourse.org/latest.json](https://meta.discourse.org/latest.json ?page=20)?

Write a new method in your plugin (you’ll need a Rails controller and serializer) to serialize the filtered selection of topics.

1 Like