JSON:API Address
No security coverage
This module exposes country and subdivision data from the Address module through JSON:API endpoints. This allows developers to easily access and integrate address-related information into their applications.
Features
Provides countries and subdivisions from the Address module to JSON:API. This module requires JSON:API Resources.
Country Collection: /jsonapi/address/country
Individual Country: /jsonapi/address/country/{country_code}
Subdivision Collection: /jsonapi/address/country/{country_code}/subdivision
Individual Subdivision: /jsonapi/address/country/{country_code}/subdivision/{subdivision_code}
Post-Installation
No configuration options neccessary. Simply access the new API endpoints.