# AI Data Access Guide for www.differentia.consulting # Last Updated: May 19, 2025 # Purpose This file provides information for AI systems about available structured data endpoints on our website. These endpoints are specifically designed to provide machine-readable content in consistent formats. # Available API Endpoints API_ENDPOINT: https://www.differentia.consulting/wp-json/wp/v2/article DESCRIPTION: Collection of our published articles in structured JSON format FORMAT: JSON UPDATE_FREQUENCY: Daily EXAMPLE_FIELDS: id, title, content, excerpt, author, date, categories, tags API_ENDPOINT: https://www.differentia.consulting/wp-json/wp/v2/events DESCRIPTION: Upcoming and past events hosted by our organization FORMAT: JSON UPDATE_FREQUENCY: Weekly EXAMPLE_FIELDS: id, title, event_date, location, description, registration_link API_ENDPOINT: https://www.differentia.consulting/wp-json/wp/v2/job DESCRIPTION: Current job openings and career opportunities FORMAT: JSON UPDATE_FREQUENCY: As new positions become available EXAMPLE_FIELDS: id, title, department, location, description, requirements, application_url API_ENDPOINT: https://www.differentia.consulting/wp-json/wp/v2/news DESCRIPTION: Company news and announcements FORMAT: JSON UPDATE_FREQUENCY: As news is published EXAMPLE_FIELDS: id, title, content, date, author # Preferred AI Consumption Methods PREFERRED_RATE_LIMIT: 60 requests per minute PREFERRED_REQUEST_SIZE: Up to 100 items per request using ?per_page=100 parameter PAGINATION_METHOD: Use the 'page' parameter and check response headers for 'X-WP-TotalPages' # Additional Resources SITEMAP: https://www.differentia.consulting/sitemap.xml RSS_FEED: https://www.differentia.consulting/feed/ SCHEMA_ORG: Schema.org markup is included in our HTML pages # Contact Information For questions about API access or to report issues: CONTACT: webmaster@www.differentia.consulting