Title: API REST Posts
Author: Miguel Fuentes
Published: <strong>26 février 2020</strong>
Last modified: 1 juillet 2026

---

Recherche d’extensions

![](https://ps.w.org/api-rest-posts/assets/banner-772x250.png?rev=2255750)

![](https://ps.w.org/api-rest-posts/assets/icon.svg?rev=2251044)

# API REST Posts

 Par [Miguel Fuentes](https://profiles.wordpress.org/fuentes7/)

[Télécharger](https://downloads.wordpress.org/plugin/api-rest-posts.1.2.zip)

 * [Détails](https://fr.wordpress.org/plugins/api-rest-posts/#description)
 * [Avis](https://fr.wordpress.org/plugins/api-rest-posts/#reviews)
 *  [Installation](https://fr.wordpress.org/plugins/api-rest-posts/#installation)
 * [Développement](https://fr.wordpress.org/plugins/api-rest-posts/#developers)

 [Support](https://wordpress.org/support/plugin/api-rest-posts/)

## Description

API REST Posts adds two public REST API endpoints for listing recent posts:

 * Latest posts from a specific category.
 * Latest posts from the whole site.

The plugin settings page lets site administrators configure the date format and 
the number of words returned in each excerpt. Each post response also includes category
data.

### Privacy

This plugin does not collect or store user data, does not set cookies, and does 
not connect to third-party services.

## Installation

 1. Upload the plugin folder to the `/wp-content/plugins/` directory, or install it
    from the WordPress plugins screen.
 2. Activate the plugin through the Plugins screen in WordPress.
 3. Go to Settings > API REST Posts to configure the date format and excerpt word limit.

## FAQ

### How do I get latest posts by category?

Use this endpoint and replace `1` with the category ID and `3` with the number of
posts to return:

    ```
    https://example.com/wp-json/last-post/v2/category/1/numberposts/3
    ```

### How do I get latest posts from the whole site?

Use this endpoint and replace `3` with the number of posts to return:

    ```
    https://example.com/wp-json/last-post/v2/numberposts/3
    ```

### Does this plugin collect personal data?

No. The plugin does not collect, store, or send personal data to third parties.

## Avis

Il n’y a aucun avis pour cette extension.

## Contributeurs/contributrices & développeurs/développeuses

« API REST Posts » est un logiciel libre. Les personnes suivantes ont contribué 
à cette extension.

Contributeurs

 *   [ Miguel Fuentes ](https://profiles.wordpress.org/fuentes7/)

[Traduisez « API REST Posts » dans votre langue.](https://translate.wordpress.org/projects/wp-plugins/api-rest-posts)

### Le développement vous intéresse ?

[Parcourir le code](https://plugins.trac.wordpress.org/browser/api-rest-posts/),
consulter le [SVN dépôt](https://plugins.svn.wordpress.org/api-rest-posts/), ou 
s’inscrire au [journal de développement](https://plugins.trac.wordpress.org/log/api-rest-posts/)
par [RSS](https://plugins.trac.wordpress.org/log/api-rest-posts/?limit=100&mode=stop_on_copy&format=rss).

## Journal des modifications

#### 1.2

 * Added category data to each REST API post response.

#### 1.1

 * Added settings sanitization and escaped admin output.
 * Added safe defaults for unsaved settings.
 * Updated REST route registration with explicit public permissions.

## Méta

 *  Version **1.2**
 *  Dernière mise à jour **il y a 2 mois**
 *  Installations actives **10+**
 *  Version de WordPress ** 5.2 ou plus **
 *  Testé jusqu’à **7.0.4**
 *  Version de PHP ** 7.0 ou plus **
 *  Langue
 * [English (US)](https://wordpress.org/plugins/api-rest-posts/)
 * Étiquettes
 * [categories](https://fr.wordpress.org/plugins/tags/categories/)[excerpts](https://fr.wordpress.org/plugins/tags/excerpts/)
   [latest posts](https://fr.wordpress.org/plugins/tags/latest-posts/)[posts](https://fr.wordpress.org/plugins/tags/posts/)
   [rest-api](https://fr.wordpress.org/plugins/tags/rest-api/)
 *  [Vue avancée](https://fr.wordpress.org/plugins/api-rest-posts/advanced/)

## Évaluations

Aucun avis n’a encore été envoyé.

[Votre avis](https://wordpress.org/support/plugin/api-rest-posts/reviews/#new-post)

[Tout voir](https://wordpress.org/support/plugin/api-rest-posts/reviews/)

## Contributeurs

 *   [ Miguel Fuentes ](https://profiles.wordpress.org/fuentes7/)

## Support

Quelque chose à dire ? Besoin d’aide ?

 [Voir le forum de support](https://wordpress.org/support/plugin/api-rest-posts/)