JSON:API Address
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.
Additional Requirements
Depends on
Dependencies of the latest stable release
No dependencies recorded for this project.
Required by
Tracked projects that depend on this one
No tracked projects depend on this one yet.