I am a PHP laravel developer. In my last project I worked on development of a school ERP using Laravel 6. I also developed a generic GET API for all tables in our mysql database. The api would use slug passed in uri to get data from a specific table. The uri can also have clauses like where, with to specify conditions and relationships. This api helped us develop the mobile app.