# IELTS Notes > My WordPress Blog ## API Access (For AI Agents) This site provides a lightweight JSON API for real-time data retrieval. - Pages Endpoint: `https://shop.ieltsnotes.com/wp-json/wp/v2/pages?per_page=50&orderby=modified&order=desc&_fields=id,date,modified,title.rendered,excerpt.rendered,link` - Products Endpoint: `https://shop.ieltsnotes.com/wp-json/wp/v2/product?per_page=50&orderby=modified&order=desc&_fields=id,date,modified,title.rendered,excerpt.rendered,link` - Method: GET - Description: Returns an array of the latest 50 updated items per type (title, excerpt, link, date, modified). ## Pages - [Contact](https://shop.ieltsnotes.com/contact.md) - [Home](https://shop.ieltsnotes.com/index.md) - [About Us](https://shop.ieltsnotes.com/about-us.md) - [Refund and Returns Policy](https://shop.ieltsnotes.com/refund_returns.md) - [Privacy Policy](https://shop.ieltsnotes.com/privacy-policy.md) ## Products - [Ideas and vocabulary for IELTS Writing Task 2](https://shop.ieltsnotes.com/product/ideas-and-vocabulary-for-ielts-writing-task-2.md) - [Templates for AGREE OR DISAGREE essay](https://shop.ieltsnotes.com/product/templates-for-agree-or-disagree-essay.md)