Skip to main content
GET
/
news
cURL
curl --request GET \
  --url https://api.example.com/news
{
  "content": [
    {
      "id": "<string>",
      "title": "<string>",
      "description": "<string>",
      "date": "<string>",
      "demoUrl": "<string>"
    }
  ],
  "pageable": {
    "orderBy": [
      {
        "ignoreCase": true,
        "direction": "ASC",
        "property": "<string>",
        "ascending": true
      }
    ],
    "size": 123,
    "sort": {
      "orderBy": [
        {
          "ignoreCase": true,
          "direction": "ASC",
          "property": "<string>",
          "ascending": true
        }
      ]
    },
    "number": 123,
    "mode": "CURSOR_NEXT"
  },
  "pageNumber": 123,
  "offset": 123,
  "size": 123,
  "empty": true,
  "numberOfElements": 123,
  "totalSize": 123,
  "totalPages": 123
}

Documentation Index

Fetch the complete documentation index at: https://opendonationassistant.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Query Parameters

pageable
object
required

Response

200 - application/json

getNews 200 response

content
object[]
required
pageable
object
required
pageNumber
integer<int32>
offset
integer<int64>
size
integer<int32>
empty
boolean
numberOfElements
integer<int32>
totalSize
integer<int64>
totalPages
integer<int32>