# Get recent articles globally **GET /articles** Get most recent articles globally. Use query parameters to filter results. Auth is optional ## Servers - /api: /api () ## Parameters ### Query parameters - **tag** (string) Filter by tag - **author** (string) Filter by author (username) - **favorited** (string) Filter by favorites of a user (username) - **limit** (integer) Limit number of articles returned - **offset** (integer) Offset/skip number of articles ## Responses ### 200 OK #### Body: application/json (object) - **articles** (array[object]) - **articlesCount** (integer) ### 401 Unauthorized ### 422 Unexpected error #### Body: application/json (object) - **errors** (object) [Powered by Bump.sh](https://bump.sh)