# Country Manage your countries ## Get Country - [GET /api/v1/country/{id}](https://developers.prana.software/openapi/country/getbyid_16.md): Get a specific country. ## Update Country - [PUT /api/v1/country/{id}](https://developers.prana.software/openapi/country/update_16.md): Update a specific country. ## Delete Country - [DELETE /api/v1/country/{id}](https://developers.prana.software/openapi/country/delete_16.md): Delete specific country. ## Create Country - [POST /api/v1/country](https://developers.prana.software/openapi/country/create_19.md): Create a new country. ## List Countries - [POST /api/v1/country/search](https://developers.prana.software/openapi/country/getall_22.md): Get all your countries.