Francione Design Group

developers

Francione Design Group API

Read-only public API for agents and integrations that need structured data about our Jersey Shore hardscaping services, projects, and service areas.

Quick start

Base URL: https://www.francionedesigngroup.com/api/v1

No authentication is required for read endpoints. All successful responses use JSON with a top-level data field. Errors return structured JSON with error.code, error.message, and error.resolution.

Example request

curl -s https://www.francionedesigngroup.com/api/v1/contact | jq .data.email

Endpoints

GET/api/v1/services

List hardscaping and landscape design services.

GET/api/v1/services/{slug}

Get one service by slug (e.g. hardscaping-outdoor-living).

GET/api/v1/projects

List live portfolio projects.

GET/api/v1/projects/{slug}

Get one project by slug.

GET/api/v1/locations

List Jersey Shore service area towns. Optional ?county= filter.

GET/api/v1/locations/{slug}

Get hardscaping information for one town.

GET/api/v1/contact

Business phone, email, license, and inquiry URLs.

Markdown content negotiation

Public pages support Accept: text/markdown for agent-friendly page summaries. Responses include Vary: Accept, Accept-Encoding.

curl -s -H "Accept: text/markdown" https://www.francionedesigngroup.com/services
Francione Design Group API Documentation