WP REST API to retrieve all categories

 the documentation as per the document, The default result shows a count of 10.

Specifying the per page would change that. So:

https://example.com/wp-json/wp/v2/categories?parent=97&per_page=X (Change X to the respective number)