All advertisements submitted to the billboards in-game.
Ordered by date submitted in descending order.

GET /api/advertisements/?format=api&page=16
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 1501,
    "next": null,
    "previous": "http://convoytrucking.net/api/advertisements/?format=api&page=15",
    "results": [
        {
            "id": 383,
            "playerid": {
                "id": 10788,
                "name": "C8ilu."
            },
            "text": "TD CONVOY|TD Convoy is a club for romanians!!!|/Apply TD Convoy|",
            "date": "2011-12-29T19:53:44Z",
            "days": 1,
            "used": true,
            "billboard": 24
        }
    ]
}