API Documentation
API ReferenceAge Groups

Find age group for age

Find the applicable CPF age group for a specific age.

GET
/age-group/find

Query Parameters

age*number

Age to look up (non-negative number)

Range0 <= value

Response Body

application/json

application/json

curl -X GET "https://loading/api/cpf/age-group/find?age=0"
{
  "description": "string",
  "minAge": 0,
  "maxAge": 0,
  "contributionRate": {
    "employee": 0,
    "employer": 0
  },
  "distributionRate": {
    "OA": 0,
    "SA": 0,
    "MA": 0
  }
}
{
  "error": "string"
}