Category
Run Angola payroll estimates for employee and employer views.
The salary family applies internal Angola payroll assumptions for employee social security, employer social security, and employment-income withholding tables for supported years.
Routes
3 GET
Years
2025 and 2026
Outputs
Net, gross, employer cost
Routes in this family
#| Route | Purpose | Key query |
|---|---|---|
| /api/v1/salary/net | Estimate take-home salary from gross salary. | gross, year |
| /api/v1/salary/gross | Estimate the required gross salary for a target net. | net, year |
| /api/v1/salary/employer-cost | Estimate employer cost including contributions. | gross, year |
GET /api/v1/salary/net
#Use net when your source value is the gross salary and you want the estimated take-home amount.
| Parameter | Required | Description |
|---|---|---|
| gross | Yes | Gross monthly salary. |
| year | No | Supported tax year. Currently `2025` or `2026`. Defaults to `2026`. |
cURL usage
200 response
Error response
GET /api/v1/salary/gross
#Use gross when the target value is net pay and you need the approximate gross salary required to reach it.
| Parameter | Required | Description |
|---|---|---|
| net | Yes | Desired net monthly salary. |
| year | No | Supported tax year. Defaults to `2026`. |
cURL usage
200 response
Error response
GET /api/v1/salary/employer-cost
#Use employer-cost when payroll planning needs the company-side contribution on top of the employee gross salary.
| Parameter | Required | Description |
|---|---|---|
| gross | Yes | Gross monthly salary. |
| year | No | Supported tax year. Defaults to `2026`. |
cURL usage
200 response
Error response
These endpoints are scenario calculators, not payroll-filing services. Surface the assumptions in any UI that shows the result.