element-api icon indicating copy to clipboard operation
element-api copied to clipboard

Create a JSON API/Feed for your elements in Craft.

Results 17 element-api issues
Sort by recently updated
recently updated
newest added

### Description I'm using Element API to load entries and my criteria includes an `orderBy` clause that references custom fields (a date field `dateFrom`and a lightswitch `availability`). The criteria is:...

bug

### Description I set up a simple endpoint that is outputting entry data as JSON, everything seems to be working correctly. The only problem is when I make a change...

bug

### Description I am using element-api to output JSON from Craft number fields (which are themselves limited to 1 or 2 decimal places) but for some reason, on output these...

bug

### Description Updates Fractal to the latest version ### Related issues #109

### Description A client has an Element API endpoint set up to return quick "as you type" search results. This works beautifully from the Craft site (`https://example.com`). The client also...

bug

Bumps [craftcms/cms](https://github.com/craftcms/cms) from 4.3.3 to 4.4.6.1. Release notes Sourced from craftcms/cms's releases. 4.4.6 Content tab menus now reveal when a tab contains validation errors, and invalid tabs’ menu options get...

dependencies

### Description When using image transforms in the element api, all other requests to the website are blocked until all image transforms are finished generating. ### Steps to reproduce 1....

bug

Bumps [guzzlehttp/psr7](https://github.com/guzzle/psr7) from 2.4.3 to 2.5.0. Release notes Sourced from guzzlehttp/psr7's releases. 2.5.0 See change log for changes. 2.4.5 See change log for changes. 2.4.4 See change log for changes....

dependencies

### Description I'm using the UrlHelper to generate JSON URLs for entries but the generated URL doesn't seem to work. ### Steps to reproduce ``` 'projects.json' => function () {...

bug