Query the list of posts that have been created by staff.

**Parameters**

q: fuzzy search query string
title: case insensitive text
state: two character state code, see states endpoint
district: case insensitive text
angle: positive, negative, or contrast
organization: an organization id, see organization endpoint
candidate: a candidate id number, see candidate endpoint
created_at_gte: Created after date, format: YYYY-MM-DD
created_at_lte: Created before date, format: YYYY-MM-DD
is_fact_check: yes or no
report_ids: comma seperated report Ids received from confirmation
media_type: associated report's media type ID, see the submit meta endpoint for more info
limit: number of results to return (default: 20, max: 100)

GET /api/blog/list/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

[
    {
        "id": 550,
        "submitted_ids": [
            1792
        ],
        "states": [
            {
                "code": "OH",
                "name": "Ohio"
            }
        ],
        "title": "Moreno & Brown Contrast Mailer",
        "text": "",
        "is_fact_check": false,
        "angle": "contrast",
        "candidate": "Sherrod Brown & Bernie Moreno",
        "district": "SD13",
        "created_at": "2024-11-01",
        "organization": [
            100
        ]
    },
    {
        "id": 549,
        "submitted_ids": [
            1791
        ],
        "states": [
            {
                "code": "OH",
                "name": "Ohio"
            }
        ],
        "title": "Connie Pillich, Hamilton County Prosecutor",
        "text": "",
        "is_fact_check": false,
        "angle": "",
        "candidate": "Connie Pillich",
        "district": "1st, 8th",
        "created_at": "2024-11-01",
        "organization": [
            156
        ]
    },
    {
        "id": 548,
        "submitted_ids": [
            1790
        ],
        "states": [
            {
                "code": "OH",
                "name": "Ohio"
            }
        ],
        "title": "Judicial Mailer (Dems)",
        "text": "",
        "is_fact_check": false,
        "angle": "positive",
        "candidate": "Virgina Tallent",
        "district": "1st, 8th",
        "created_at": "2024-11-01",
        "organization": [
            158
        ]
    },
    {
        "id": 547,
        "submitted_ids": [
            1789
        ],
        "states": [
            {
                "code": "OH",
                "name": "Ohio"
            }
        ],
        "title": "Melissa Powers, Anti-Abortion",
        "text": "",
        "is_fact_check": false,
        "angle": "negative",
        "candidate": "Melissa Powers",
        "district": "1st, 8th",
        "created_at": "2024-11-01",
        "organization": [
            109
        ]
    },
    {
        "id": 546,
        "submitted_ids": [
            1730
        ],
        "states": [
            {
                "code": "OH",
                "name": "Ohio"
            }
        ],
        "title": "Bernie Moreno",
        "text": "",
        "is_fact_check": false,
        "angle": "positive",
        "candidate": "Bernie Moreno",
        "district": "SD13",
        "created_at": "2024-11-01",
        "organization": [
            100
        ]
    },
    {
        "id": 545,
        "submitted_ids": [
            1729
        ],
        "states": [
            {
                "code": "OH",
                "name": "Ohio"
            }
        ],
        "title": "Anti-MAGA Mailer",
        "text": "<p><strong>MAGA Melissa Powers</strong><br />\r\nProsecutor for Hamilton Co., Ohio, Congressional Districts 1st and 8th.&nbsp;</p>",
        "is_fact_check": false,
        "angle": "negative",
        "candidate": "Melissa Powers",
        "district": "1st, 8th",
        "created_at": "2024-11-01",
        "organization": [
            109
        ]
    },
    {
        "id": 544,
        "submitted_ids": [
            1728
        ],
        "states": [
            {
                "code": "OH",
                "name": "Ohio"
            }
        ],
        "title": "Pro-Bernie Moreno Mailer",
        "text": "",
        "is_fact_check": false,
        "angle": "positive",
        "candidate": "Bernie Moreno",
        "district": "SD13",
        "created_at": "2024-10-31",
        "organization": [
            100
        ]
    },
    {
        "id": 543,
        "submitted_ids": [
            1727
        ],
        "states": [
            {
                "code": "OH",
                "name": "Ohio"
            }
        ],
        "title": "Anti-Sherrod Brown / Harris Mailer",
        "text": "",
        "is_fact_check": false,
        "angle": "negative",
        "candidate": "Sherrod Brown & Kamala Harris",
        "district": "SD13",
        "created_at": "2024-10-31",
        "organization": []
    },
    {
        "id": 542,
        "submitted_ids": [
            1726
        ],
        "states": [
            {
                "code": "OH",
                "name": "Ohio"
            }
        ],
        "title": "Anti-Sherrod Brown",
        "text": "",
        "is_fact_check": false,
        "angle": "negative",
        "candidate": "Sherrod Brown",
        "district": "SD13",
        "created_at": "2024-10-31",
        "organization": [
            100
        ]
    },
    {
        "id": 541,
        "submitted_ids": [
            1335
        ],
        "states": [
            {
                "code": "OH",
                "name": "Ohio"
            }
        ],
        "title": "Pro Bernie Moreno Mailer",
        "text": "",
        "is_fact_check": false,
        "angle": "positive",
        "candidate": "Bernie Moreno",
        "district": "SD13",
        "created_at": "2024-10-31",
        "organization": [
            100
        ]
    },
    {
        "id": 540,
        "submitted_ids": [
            1269
        ],
        "states": [
            {
                "code": "OH",
                "name": "Ohio"
            }
        ],
        "title": "Mike Rulli Mailer",
        "text": "",
        "is_fact_check": false,
        "angle": "positive",
        "candidate": "Mike Rulli",
        "district": "HD6",
        "created_at": "2024-10-31",
        "organization": []
    },
    {
        "id": 539,
        "submitted_ids": [
            1725
        ],
        "states": [
            {
                "code": "OH",
                "name": "Ohio"
            }
        ],
        "title": "Bernie Moreno Mailer - Anti-Progressive",
        "text": "",
        "is_fact_check": false,
        "angle": "contrast",
        "candidate": "Bernie Moreno",
        "district": "SD13",
        "created_at": "2024-10-31",
        "organization": [
            100
        ]
    },
    {
        "id": 538,
        "submitted_ids": [
            1783
        ],
        "states": [
            {
                "code": "MN",
                "name": "Minnesota"
            }
        ],
        "title": "MN Right to Life Anti-Stephenson FB ad",
        "text": "",
        "is_fact_check": false,
        "angle": "negative",
        "candidate": "Zack Stephenson",
        "district": "HD35A",
        "created_at": "2024-10-27",
        "organization": [
            157
        ]
    },
    {
        "id": 537,
        "submitted_ids": [
            1786,
            1787,
            1788
        ],
        "states": [
            {
                "code": "MN",
                "name": "Minnesota"
            }
        ],
        "title": "HRCC Anti-Josiah Hill mail",
        "text": "",
        "is_fact_check": false,
        "angle": "negative",
        "candidate": "Josiah Hill",
        "district": "HD33B",
        "created_at": "2024-10-27",
        "organization": [
            42
        ]
    },
    {
        "id": 536,
        "submitted_ids": [
            1800
        ],
        "states": [
            {
                "code": "MN",
                "name": "Minnesota"
            }
        ],
        "title": "Anti-Brion Curran MCCL text",
        "text": "",
        "is_fact_check": false,
        "angle": "negative",
        "candidate": "Brion Curran",
        "district": "HD36B",
        "created_at": "2024-10-27",
        "organization": [
            73
        ]
    },
    {
        "id": 535,
        "submitted_ids": [
            1724
        ],
        "states": [
            {
                "code": "OH",
                "name": "Ohio"
            }
        ],
        "title": "Anti Sherrod Brown Mailer",
        "text": "",
        "is_fact_check": false,
        "angle": "negative",
        "candidate": "Sherrod Brown",
        "district": "SD13",
        "created_at": "2024-10-25",
        "organization": [
            100
        ]
    },
    {
        "id": 534,
        "submitted_ids": [
            1723
        ],
        "states": [
            {
                "code": "OH",
                "name": "Ohio"
            }
        ],
        "title": "OH Senate: Contrasting Moreno & Brown",
        "text": "",
        "is_fact_check": false,
        "angle": "contrast",
        "candidate": "Bernie Moreno",
        "district": "SD13",
        "created_at": "2024-10-25",
        "organization": [
            100
        ]
    },
    {
        "id": 533,
        "submitted_ids": [
            1458
        ],
        "states": [
            {
                "code": "OH",
                "name": "Ohio"
            }
        ],
        "title": "OH Senate: Contrasting Moreno & Brown",
        "text": "",
        "is_fact_check": false,
        "angle": "contrast",
        "candidate": "Bernie Moreno",
        "district": "SD13",
        "created_at": "2024-10-25",
        "organization": [
            85
        ]
    },
    {
        "id": 532,
        "submitted_ids": [],
        "states": [],
        "title": "Moreno Door Hanger: Vote to Sav America",
        "text": "",
        "is_fact_check": false,
        "angle": "positive",
        "candidate": "Bernie Moreno",
        "district": "SD13",
        "created_at": "2024-10-25",
        "organization": [
            85
        ]
    },
    {
        "id": 531,
        "submitted_ids": [
            1759
        ],
        "states": [
            {
                "code": "AZ",
                "name": "Arizona"
            }
        ],
        "title": "Working Families Party Mailer | AZ",
        "text": "<p>Mailer featuring Tasha Cloud (WNBA Player, Phoenix Mercury) encouraging voters to check voter registration, and vote by Election Day. Paid for by Working Families Power (c3 arm of Working Families Party).</p>",
        "is_fact_check": false,
        "angle": "",
        "candidate": "None",
        "district": "AZ",
        "created_at": "2024-10-24",
        "organization": [
            156
        ]
    }
]