Human Resources API
API for supplying demo human resources data of employees and their bank cards. Up to 900 samples per table. You can query the employees' table or bank cards' table. With Fast Response. and also paginate through each table, metadata for pagination is included in the response of the pagination route.
Human Resources API endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Get all campany employees information. /api/employees |
This endpoint gets all the available records in the employees table, up to 900 employees with their information. For example: employee ID, first name, email, and etc... |
| GET |
Get payment cards information associated with a specific employee. /api/relation/employees/{id}/cards |
This endpoint gets all bank payment cards records associated with a specific employee ID that is unique for each employee and displays all cards information in the response. For… |
| GET |
Get employee information associated with a specific payment card. /api/relation/cards/{id}/employee |
This endpoint gets employee record associated with a specific card number that is unique for each card, and displays the employee information in the response. For example:… |
| GET |
Paginate through employees payment cards infomation. /api/cards/paginate/{start}/{end} |
This endpoint lets you paginate through all the available records in the bank cards' table in case you only need a limited number of records for your application, the response… |
| GET |
Paginate through campany employees information. /api/employees/paginate/{start}/{end} |
This endpoint lets you paginate through all the available records in the employees' table in case you only need a limited number of records for your application, the response… |
| GET |
Get a specific payment card by card number. /api/cards/{id} |
This endpoint gets one record by a specific card number that is unique for each card in the bank cards table, up to 900 cards with their information. For example: card number ,… |
| GET |
Get a specific employee by employee ID. /api/employees/{id} |
This endpoint gets one record by a specific employee ID that is unique for each employee in the employees table, up to 900 employees with their information. For example: employee… |
| GET |
Get all employees' payment cards. /api/cards |
This endpoint gets all the available records in the bank cards table, up to 900 cards with their information. For example: card number , holder name, and etc... |
Human Resources API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | $0.3 / month | 10 / second |
|
| PRO Recommended | $1.75 / month | 10 / second |
|