# Internal vocabulary

You can get the values of the internal vocabulary with the following URI:

api.wasi.co/v1/vocabulary/all

If everything is in order, this should return a JSON similar to the next:

{
    "0": {
        "id": 1,
        "singular": "Sell",
        "plural": null
    },
    "1": {
        "id": 2,
        "Singular": "Transfer",
        "plural": null
    },
    "2": {
        "id": 3,
        "singular": "Rent",
        "Plural": "Rent"
    },
    "3": {
        "id": 4,
        "singular": "Sale",
        "Plural": "Sales"
    },
    "4": {
        "id": 5,
        "singular": "Contact us",
        "plural": null
    },
    "5": {
        "id": 6,
        "singular": "Company",
        "plural": null
    },
    "6": {
        "id": 7,
        "singular": "Province",
        "plural": "Provinces"
    },
    "7": {
        "id": 8,
        "singular": "News",
        "plural": "News"
    },
    "status": "success"
}
Last Updated: 8/3/2020, 9:51:52 PM