To get tables count:

Method : GET

URI : /db/<dbname>/count

Example

curl -X GET http://192.168.1.105:18080/db/mydb/count

Response

{
   "count": 32
}