How would I know if my system using REST api or not?

You can find it simply Go to the network tab of the browser’s developer tools, and see if it makes any AJAX requests.

If it does, and that response includes pure data, then that is an API.