# actions.org.ai API This is a JSON and JSON-LD API for the actions.org.ai ontology. ## Overview - Total entities: 2258 - Domain: https://api.actions.org.ai - Formats: JSON, JSON-LD - CORS: Enabled - Cache: 1 hour ## Endpoints ``` GET / - API information GET /index.json - List all entities (JSON) GET /index.jsonld - List all entities (JSON-LD) GET /all - All entities with full data GET /:slug.json - Get specific entity (JSON) GET /:slug.jsonld - Get specific entity (JSON-LD) GET /search?q=term - Search entities by name, description, or ID ``` ## Entity Types - Action ## Sample Entities - 10to8createitem: 10to8 - Create Item - 10to8deleteitem: 10to8 - Delete Item - 10to8updateitem: 10to8 - Update Item - 123formbuildercreateitem: 123FormBuilder - Create Item - 123formbuilderdeleteitem: 123FormBuilder - Delete Item - 123formbuilderupdateitem: 123FormBuilder - Update Item - 1passwordcreateitem: 1Password - Create Item - 1passworddeleteitem: 1Password - Delete Item - 1passwordupdateitem: 1Password - Update Item - 2checkoutcreateitem: 2Checkout - Create Item ## Usage Examples ```bash # Get all entities (JSON) curl https://api.actions.org.ai/all # Get all entities (JSON-LD) curl https://api.actions.org.ai/index.jsonld # Get specific entity (JSON) curl https://api.actions.org.ai/10to8createitem.json # Get specific entity (JSON-LD) curl https://api.actions.org.ai/10to8createitem.jsonld # Search curl https://api.actions.org.ai/search?q=term ``` ## Related Ontologies - actions.org.ai - https://api.actions.org.ai Each ontology is accessible at api.{ontology}.org.ai with the same endpoint structure.