A view that permits a GET to allow listing all the entries
in the database

**Route** - `/entries`

#Query Parameters -

- `?search=` - Search by title, description, get_involved, interest,
creator, and tag.
- `?ids=` - Filter only for entries with specific ids. Argument
must be a comma-separated list of integer ids.
- `?tag=` - Allows filtering entries by a specific tag
- `?issue=` - Allows filtering entries by a specific issue
- `?help_type=` - Allows filtering entries by a specific help type
- `?has_help_types=<True or False>` - Filter entries by whether they have
help types or not. Note that `True`
or `False` is case-sensitive.
- `?featured=True` (or False) - both capitalied. Boolean is set in admin UI
- `?page=` - Page number, defaults to 1
- `?page_size=` - Number of results on a page. Defaults to 48
- `?ordering=` - Property you'd like to order the results by. Prepend with
`-` to reverse. e.g. `?ordering=-title`
- `?moderationstate=` - Filter results to only show the indicated moderation
state, by name. This will only filter if the calling
user has moderation permissions.

GET /api/pulse/v2/entries/?format=api&ordering=published_by__profile&page=2
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 1758,
    "next": "https://api.mozillapulse.org/api/pulse/v2/entries/?format=api&ordering=published_by__profile&page=3",
    "previous": "https://api.mozillapulse.org/api/pulse/v2/entries/?format=api&ordering=published_by__profile",
    "results": [
        {
            "id": 211,
            "content_url": "https://blog.mozilla.org/blog/2017/03/15/five-issues-that-will-determine-the-future-of-internet-health/",
            "is_bookmarked": false,
            "tags": [
                "mozilla"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Sam Burton",
            "submitter_profile_id": 45,
            "bookmark_count": 2,
            "related_creators": [],
            "entry_type": "base",
            "title": "Five issues impacting Internet Health",
            "description": "Wondering 'internet health' is? These briefing papers break down 5 key internet health issues - online privacy and security, decentralization, openness, web literacy and digital inclusion -  why they're important and what Mozilla is doing about them.",
            "get_involved": "Read and share!",
            "get_involved_url": "",
            "interest": "More specific detail on what we mean by 'internet health' and what you & Mozilla can do about it",
            "featured": true,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-04-11_164800.7363640000.jpeg",
            "created": "2017-04-11T16:48:00.735958Z",
            "moderation_state": 3
        },
        {
            "id": 574,
            "content_url": "https://misinfocon.com/citizen-journalism-could-become-collateral-damage-in-the-fight-against-fake-news-c93658a59fd4",
            "is_bookmarked": false,
            "tags": [
                "fake news",
                "misinformation"
            ],
            "issues": [
                "Web Literacy",
                "Openness"
            ],
            "help_types": [
                "Promote"
            ],
            "published_by": "Sam Burton",
            "submitter_profile_id": 45,
            "bookmark_count": 2,
            "related_creators": [
                {
                    "name": "Sam Burton",
                    "profile_id": 45,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Citizen journalism could become collatoral damage in the fight against fake news",
            "description": "An opinion piece for Misinfocon by Sam Burton, about the risks of relying too heavily on automation to fight misinformation.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2018-01-03T21:02:51.454972Z",
            "moderation_state": 3
        },
        {
            "id": 165,
            "content_url": "https://mzl.la/hivechifuturedirections",
            "is_bookmarked": false,
            "tags": [
                "hive",
                "innovation",
                "network",
                "teachtheweb",
                "weblit"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Samuel Dyson",
            "submitter_profile_id": 46,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Report: Future Directions for Hive Chicago",
            "description": "Read how learning networks like Hive Chicago are advancing the promise of the Internet for education.\n\nUntangling complex problems in education is more than a one-person job; it requires a community effort. Mozilla Hive Learning Networks are doing just that. This strategic planning report looks under the hood of what makes a Hive Learning Network function.",
            "get_involved": "",
            "get_involved_url": "http://hivechicago.org/future-directions-for-hive-chicago/",
            "interest": "The report reveals the strategies and tactics that Hive staff use to achieve our priority outcomes.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/165.png",
            "created": "2017-03-02T23:14:25.526160Z",
            "moderation_state": 3
        },
        {
            "id": 230,
            "content_url": "https://issuu.com/yollocalli/docs/popupyouthradio_booklet_web_161206",
            "is_bookmarked": false,
            "tags": [
                "chicago",
                "digital inclusion",
                "hive",
                "radio",
                "web literacy",
                "youth"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Samuel Dyson",
            "submitter_profile_id": 46,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Pop-Up Youth Radio Guidebook",
            "description": "Learn how to set up your own Internet radio station to engage youth in web-based media production.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "It's a field tested resource for expanding digital inclusion",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-04-14_192724.7891900000.jpg",
            "created": "2017-04-14T19:27:24.788925Z",
            "moderation_state": 3
        },
        {
            "id": 1266,
            "content_url": "https://mzl.la/30Wvx9Z",
            "is_bookmarked": false,
            "tags": [
                "AI",
                "bloggrid",
                "mozfest-2019"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Join community"
            ],
            "published_by": "Zannah Marsh",
            "submitter_profile_id": 47,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Zannah Marsh",
                    "profile_id": 47,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "\"Healthy AI\" at MozFest 2019",
            "description": "A blog post about the 2019 MozFest theme.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-07-26_213041.1815220000.jpg",
            "created": "2019-07-26T21:30:41.180827Z",
            "moderation_state": 3
        },
        {
            "id": 273,
            "content_url": "https://github.com/mozilla-neutrino/neutrino-dev",
            "is_bookmarked": false,
            "tags": [
                "2017",
                "javascript",
                "mozsprint",
                "open web",
                "software"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Zannah Marsh",
            "submitter_profile_id": 47,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Eli Perelman",
                    "profile_id": 8,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Neutrino",
            "description": "This Global Sprint project aims to create and build modern JavaScript applications with zero initial configuration. Neutrino combines the power of Webpack with the simplicity of presets.",
            "get_involved": "If you're interested in contributing to this project jump in on the GitHub repository now or join us during #mozsprint June 1-2, 2017!",
            "get_involved_url": "https://github.com/mozilla-neutrino/neutrino-dev",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-11_204304.0556300000.png",
            "created": "2017-05-11T20:43:04.054752Z",
            "moderation_state": 3
        },
        {
            "id": 1269,
            "content_url": "https://medium.com/mozilla-festival/who-can-facilitate-a-mozfest-session-you-can-cab7c9369500",
            "is_bookmarked": false,
            "tags": [
                "bloggrid",
                "mozfest",
                "mozfest-2019"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Join community"
            ],
            "published_by": "Zannah Marsh",
            "submitter_profile_id": 47,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Zannah Marsh",
                    "profile_id": 47,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Who Can Facilitate a MozFest Session? You Can!",
            "description": "A blog post about session facilitators at MozFest, and what's involved  in this role.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-07-29_205611.8749120000.jpg",
            "created": "2019-07-29T20:56:11.874116Z",
            "moderation_state": 3
        },
        {
            "id": 1257,
            "content_url": "https://mzl.la/alia",
            "is_bookmarked": false,
            "tags": [
                "bloggrid",
                "mozfest-2019",
                "mozfest2019"
            ],
            "issues": [
                "Decentralization"
            ],
            "help_types": [
                "Join community"
            ],
            "published_by": "Zannah Marsh",
            "submitter_profile_id": 47,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "2019 MozFest Wrangler Round-Up: Alia ElKattan",
            "description": "A chat with Alia ElKattan, MozFest 2019 Decentralisation Wrangler.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-07-15_213243.2280180000.jpg",
            "created": "2019-07-15T21:24:31.972466Z",
            "moderation_state": 3
        },
        {
            "id": 1250,
            "content_url": "https://medium.com/mozilla-festival/at-mozfest-space-is-the-place-f3c7c14d29f5",
            "is_bookmarked": false,
            "tags": [
                "bloggrid",
                "mozfest-2019"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Join community"
            ],
            "published_by": "Zannah Marsh",
            "submitter_profile_id": 47,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Zannah Marsh",
                    "profile_id": 47,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "At MozFest, Space is the Place",
            "description": "A post about how MozFest is organized into thematic Spaces, and what those proposing 2019 sessions need to know about creating session that fits into this year's Spaces.",
            "get_involved": "",
            "get_involved_url": "https://www.mozillafestival.org/en/",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-07-10_193808.1807730000.jpg",
            "created": "2019-07-10T19:38:08.180347Z",
            "moderation_state": 3
        },
        {
            "id": 1260,
            "content_url": "https://medium.com/mozilla-festival/peeking-into-ais-black-box-with-devin-dillon-from-ai-family-challenge-ca08a43e307f",
            "is_bookmarked": false,
            "tags": [
                "bloggrid",
                "mozfest-2019",
                "mozfest2019"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Join community"
            ],
            "published_by": "Zannah Marsh",
            "submitter_profile_id": 47,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Zannah Marsh",
                    "profile_id": 47,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Peeking into AI's Black Box with Devin Dillon from AI Family Challenge",
            "description": "A profile of Devin Dillon from AI Family Challenge.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-07-17_210232.1709920000.jpg",
            "created": "2019-07-17T21:02:32.169862Z",
            "moderation_state": 3
        },
        {
            "id": 1310,
            "content_url": "https://mzl.la/2YobWmc",
            "is_bookmarked": false,
            "tags": [
                "bloggrid",
                "mozfest-2019",
                "mozfest2019"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Join community"
            ],
            "published_by": "Zannah Marsh",
            "submitter_profile_id": 47,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Emrys Green",
                    "profile_id": 2279,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Wrangler Round-Up: Emrys Green",
            "description": "A quick chat with veteran MozFest Wrangler Emrys Green.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-08-02_193941.5679290000.jpg",
            "created": "2019-08-02T19:39:41.567344Z",
            "moderation_state": 3
        },
        {
            "id": 1367,
            "content_url": "https://medium.com/mozilla-festival/wrangler-round-up-philo-van-kemenade-a9773f3f4522",
            "is_bookmarked": false,
            "tags": [
                "bloggrid",
                "mozfest-2019",
                "mozfest2019"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Join community"
            ],
            "published_by": "Zannah Marsh",
            "submitter_profile_id": 47,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Philo van Kemenade",
                    "profile_id": 153,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Wrangler Round-Up: Philo van Kemenade",
            "description": "A conversation with MozFest Wrangler Philo van Kemenade",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-09-06_201035.2341840000.jpg",
            "created": "2019-09-06T20:10:35.233556Z",
            "moderation_state": 3
        },
        {
            "id": 1506,
            "content_url": "https://medium.com/mozilla-festival/mozfest-2019-highlights-b8084b8b64b2",
            "is_bookmarked": false,
            "tags": [
                "bloggrid",
                "cfp-examples-2022",
                "mozfest-2019",
                "mozfest2019"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Join community"
            ],
            "published_by": "Zannah Marsh",
            "submitter_profile_id": 47,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Zannah Marsh",
                    "profile_id": 47,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "MozFest 2019 Highlights",
            "description": "A post about MozFest 2019, highlighting just a few sessions, talks, and events from the week-long Festival.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-11-11_204600.8342870000.jpg",
            "created": "2019-11-11T20:46:00.833584Z",
            "moderation_state": 3
        },
        {
            "id": 1199,
            "content_url": "https://medium.com/mozilla-festival/save-the-date-for-mozfest-2019-6ab58602564f",
            "is_bookmarked": false,
            "tags": [
                "bloggrid",
                "mozfest",
                "mozfest-2019",
                "mozfest2019"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Join community"
            ],
            "published_by": "Zannah Marsh",
            "submitter_profile_id": 47,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Kristina Gorr",
                    "profile_id": 1678,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Save the Date for MozFest 2019",
            "description": "Announcing the dates for the 10th anniversary MozFest celebration!",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-05-22_232315.7194500000.jpeg",
            "created": "2019-05-22T23:23:15.719180Z",
            "moderation_state": 3
        },
        {
            "id": 1200,
            "content_url": "https://medium.com/mozilla-festival/mark-surman-on-mozfest-2019-4f3b932dd37a",
            "is_bookmarked": false,
            "tags": [
                "bloggrid",
                "mozfest",
                "mozfest-2019",
                "mozfest2019"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Join community"
            ],
            "published_by": "Zannah Marsh",
            "submitter_profile_id": 47,
            "bookmark_count": 6,
            "related_creators": [],
            "entry_type": "base",
            "title": "Mark Surman on MozFest 2019",
            "description": "A message from Mozilla Foundation Executive Director about MozFest 2019",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-05-22_232534.3374850000.png",
            "created": "2019-12-30T23:25:34.337168Z",
            "moderation_state": 3
        },
        {
            "id": 1202,
            "content_url": "https://medium.com/mozilla-festival/mozfest-2018-round-up-5e59665760e6",
            "is_bookmarked": false,
            "tags": [
                "bloggrid",
                "mozfest",
                "mozfest2018",
                "mozfest-2019"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Join community"
            ],
            "published_by": "Zannah Marsh",
            "submitter_profile_id": 47,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Zannah Marsh",
                    "profile_id": 47,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "MozFest 2018 Round-Up",
            "description": "A summary of some of the fantastic things that happened at MozFest 2018",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-05-23_022001.9526450000.jpeg",
            "created": "2019-05-22T02:20:01.951878Z",
            "moderation_state": 3
        },
        {
            "id": 1265,
            "content_url": "https://medium.com/mozilla-festival/writing-a-sparkling-mozfest-proposal-tips-from-the-mozilla-community-4d674f2d13b",
            "is_bookmarked": false,
            "tags": [
                "bloggrid",
                "mozfest",
                "mozfest-2019"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Join community"
            ],
            "published_by": "Zannah Marsh",
            "submitter_profile_id": 47,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Carolina Tejada",
                    "profile_id": 97,
                    "is_active": true
                },
                {
                    "name": "Kim Wilkens",
                    "profile_id": 146,
                    "is_active": true
                },
                {
                    "name": "Juma Baldeh",
                    "profile_id": 35,
                    "is_active": true
                },
                {
                    "name": "Gracielle Higino",
                    "profile_id": 406,
                    "is_active": true
                },
                {
                    "name": "Zannah Marsh",
                    "profile_id": 47,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Writing a Sparkling MozFest Proposal: Tips from the Mozilla Community",
            "description": "A blog post about how to write a great session proposal for MozFest 2020.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-07-24_205432.9771890000.jpg",
            "created": "2019-07-24T20:54:32.976681Z",
            "moderation_state": 3
        },
        {
            "id": 1197,
            "content_url": "https://medium.com/mozilla-festival/catching-up-with-gretchen-andrew-search-engine-artist-e6315255ab72",
            "is_bookmarked": false,
            "tags": [
                "bloggrid",
                "mozfest",
                "mozfest2018",
                "mozfest-2019"
            ],
            "issues": [
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Join community"
            ],
            "published_by": "Zannah Marsh",
            "submitter_profile_id": 47,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Zannah Marsh",
                    "profile_id": 47,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Catching Up With Gretchen Andrew, Search Engine Artist",
            "description": "A profile of the artist Gretchen Andrew, self proclaimed \"Internet Imperialist\" and MozFest 2018 facilitator.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-05-22_222730.2846160000.jpeg",
            "created": "2019-05-22T22:27:30.284345Z",
            "moderation_state": 3
        },
        {
            "id": 1249,
            "content_url": "https://medium.com/mozilla-festival/mozfest-as-launchpad-unveiling-new-work-at-the-festival-9df35fc39914",
            "is_bookmarked": false,
            "tags": [
                "bloggrid",
                "mozfest-2019"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Openness"
            ],
            "help_types": [
                "Attend",
                "Create content",
                "Design",
                "Join community",
                "Promote"
            ],
            "published_by": "Zannah Marsh",
            "submitter_profile_id": 47,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Jen Caltrider",
                    "profile_id": 293,
                    "is_active": true
                },
                {
                    "name": "Zannah Marsh",
                    "profile_id": 47,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "MozFest as Launchpad: Unveiling new projects at the Festival",
            "description": "Tips and tricks for launching a project at the Festival from Jen Caltrider, one of the creators of the *Privacy Not Included buyer's guide that soft-launched at MozFest 2018.",
            "get_involved": "",
            "get_involved_url": "https://www.mozillafestival.org/",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-07-10_192934.8287280000.jpg",
            "created": "2019-07-10T19:29:34.828010Z",
            "moderation_state": 3
        },
        {
            "id": 1235,
            "content_url": "https://medium.com/mozilla-festival/apply-for-a-mozfest-travel-stipend-by-july-3-e4ce770eed1f",
            "is_bookmarked": false,
            "tags": [
                "bloggrid",
                "mozfest-2019"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Attend"
            ],
            "published_by": "Zannah Marsh",
            "submitter_profile_id": 47,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Zannah Marsh",
                    "profile_id": 47,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Apply for a MozFest Travel Stipend by July 3rd!",
            "description": "Mozilla offers a limited number of need-based Travel Stipends to support session facilitators who would otherwise not be able to come to the Festival. The deadline to apply for a Travel Stipend has been extended until July 3rd.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-06-28_220118.5127960000.jpeg",
            "created": "2019-06-28T21:59:28.734306Z",
            "moderation_state": 3
        },
        {
            "id": 1201,
            "content_url": "https://medium.com/@Mozfest/dreaming-up-mozfest-2019-in-barcelona-e6e5af22281d",
            "is_bookmarked": false,
            "tags": [
                "bloggrid",
                "mozfest-2019"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Join community"
            ],
            "published_by": "Zannah Marsh",
            "submitter_profile_id": 47,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Zannah Marsh",
                    "profile_id": 47,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Dreaming up MozFest 2019 in Barcelona",
            "description": "A story about MozRetreat 2019, the week-long collaborative workshop where we co-design MozFest with community volunteers from around the world.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-05-23_021620.8802540000.jpg",
            "created": "2019-05-23T02:16:20.879765Z",
            "moderation_state": 3
        },
        {
            "id": 1198,
            "content_url": "https://medium.com/mozilla-festival/at-mozfest-and-beyond-defending-the-internet-from-machitrolls-760f441f9a3e",
            "is_bookmarked": false,
            "tags": [
                "bloggrid",
                "mozfest",
                "mozfest2018",
                "mozfest-2019"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [
                "Join community"
            ],
            "published_by": "Zannah Marsh",
            "submitter_profile_id": 47,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Zannah Marsh",
                    "profile_id": 47,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "At MozFest and Beyond, Defending the Internet from \"Machitrolls\"",
            "description": "A story about the Alerta Machitrolls project to fight online sexism in Latin America, and the experience of the project lead, Amalia Toledo, at MozFest 2018.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-05-27_174402.9912460000.jpg",
            "created": "2019-05-22T22:30:50.479855Z",
            "moderation_state": 3
        },
        {
            "id": 1215,
            "content_url": "https://medium.com/mozilla-festival/navigating-ais-moral-labyrinth-at-mozfest-40950b59a221",
            "is_bookmarked": false,
            "tags": [
                "bloggrid",
                "mozfest",
                "mozfest2018",
                "mozfest-2019",
                "mozfest2019"
            ],
            "issues": [
                "Privacy & Security",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Join community"
            ],
            "published_by": "Zannah Marsh",
            "submitter_profile_id": 47,
            "bookmark_count": 2,
            "related_creators": [
                {
                    "name": "Zannah Marsh",
                    "profile_id": 47,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Navigating AI's Moral Labyrinth at MozFest",
            "description": "A blog post about the Moral Labyrinth, a gallery session and interactive  art installation by Sarah Newman at MozFest 2018.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": true,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-06-10_135200.9310650000.jpg",
            "created": "2019-06-10T13:38:14.925805Z",
            "moderation_state": 3
        },
        {
            "id": 1317,
            "content_url": "https://medium.com/mozilla-festival/mozfest-2019-tickets-on-sale-now-d0c22ad2edcb",
            "is_bookmarked": false,
            "tags": [
                "bloggrid",
                "mozfest-2019",
                "mozfest2019"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Join community"
            ],
            "published_by": "Zannah Marsh",
            "submitter_profile_id": 47,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Zannah Marsh",
                    "profile_id": 47,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "MozFest 2019 tickets on sale now!",
            "description": "A post announcing sales of the 2019 Festival tickets.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-08-07_202620.1902880000.jpg",
            "created": "2019-08-07T20:23:46.710201Z",
            "moderation_state": 3
        },
        {
            "id": 1321,
            "content_url": "https://medium.com/@Saraha/mozfest-is-on-the-move-where-to-next-bca84ff41c4c",
            "is_bookmarked": false,
            "tags": [
                "bloggrid",
                "mozfest-2019"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Join community"
            ],
            "published_by": "Zannah Marsh",
            "submitter_profile_id": 47,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Sarah Allen",
                    "profile_id": 89,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "MozFest is on the move! Where to next?",
            "description": "A blog post about plans for MozFest to move cities in 2020, and how you can provide feedback on the selection of the 2020 location.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-08-12_154829.6530790000.jpg",
            "created": "2019-08-12T15:48:29.652767Z",
            "moderation_state": 3
        },
        {
            "id": 1318,
            "content_url": "https://medium.com/mozilla-festival/activists-lawmakers-engineers-speakers-at-mozfest-2019-c219b7f89138",
            "is_bookmarked": false,
            "tags": [
                "bloggrid",
                "mozfest-2019"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Join community"
            ],
            "published_by": "Zannah Marsh",
            "submitter_profile_id": 47,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Kevin Zawacki",
                    "profile_id": 82,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Activists, Lawmakers, Engineers: Speakers at MozFest 2019",
            "description": "At MozFest’s 10th anniversary, 19 luminaries will discuss what lies ahead for the internet and society.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-08-07_203537.5634820000.jpeg",
            "created": "2019-08-07T20:35:37.563135Z",
            "moderation_state": 3
        },
        {
            "id": 1320,
            "content_url": "https://medium.com/mozilla-festival/wrangler-round-up-k-bhuvana-meenakshi-74ae08009680",
            "is_bookmarked": false,
            "tags": [
                "bloggrid",
                "mozfest-2019"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Join community"
            ],
            "published_by": "Zannah Marsh",
            "submitter_profile_id": 47,
            "bookmark_count": 2,
            "related_creators": [
                {
                    "name": "Bhuvana Meenakshi",
                    "profile_id": 1683,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Wrangler Round-Up: K. Bhuvana Meenakshi",
            "description": "A chat with 2019 MozFest Openness Wrangler Bhuvana Meenakshi",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-08-09_180749.4238890000.jpg",
            "created": "2019-08-09T18:07:49.423155Z",
            "moderation_state": 3
        },
        {
            "id": 1323,
            "content_url": "https://medium.com/mozilla-festival/at-mozfest-creating-communities-for-more-open-and-inclusive-science-communication-a18c373c1c69",
            "is_bookmarked": false,
            "tags": [
                "bloggrid",
                "mozfest",
                "mozfest-2019"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Join community"
            ],
            "published_by": "Zannah Marsh",
            "submitter_profile_id": 47,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Gracielle Higino",
                    "profile_id": 406,
                    "is_active": true
                },
                {
                    "name": "Zannah Marsh",
                    "profile_id": 47,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "At MozFest, creating communities for open and inclusive science communication",
            "description": "A post about Gracielle Higino and the Brazil-based INGNITE project to make better, more inclusive science communication.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-08-14_192758.1817950000.jpg",
            "created": "2019-08-14T19:27:58.181319Z",
            "moderation_state": 3
        },
        {
            "id": 1363,
            "content_url": "https://medium.com/mozilla-festival/looking-back-dialogues-debates-at-mozfest-a9fe23e6ddbf",
            "is_bookmarked": false,
            "tags": [
                "bloggrid",
                "mozfest",
                "mozfest-2019",
                "mozfest2019"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Join community"
            ],
            "published_by": "Zannah Marsh",
            "submitter_profile_id": 47,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Kevin Zawacki",
                    "profile_id": 82,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Looking back: Dialogues & Debates at MozFest",
            "description": "A look back at MozFest's speakers series.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-08-23_220911.3874510000.jpg",
            "created": "2019-08-23T22:09:11.386730Z",
            "moderation_state": 3
        },
        {
            "id": 1362,
            "content_url": "https://medium.com/mozilla-festival/wrangler-round-up-di-luong-53836292b4be",
            "is_bookmarked": false,
            "tags": [
                "bloggrid",
                "mozfest-2019",
                "mozfest2019"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Join community"
            ],
            "published_by": "Zannah Marsh",
            "submitter_profile_id": 47,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Di Luong",
                    "profile_id": 423,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Wrangler Round-Up: Di Luong",
            "description": "A quick chat with 2019 Privacy and Security Wrangler Di Luong",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-08-21_203730.9724120000.png",
            "created": "2019-08-21T20:37:30.971572Z",
            "moderation_state": 3
        },
        {
            "id": 1425,
            "content_url": "https://medium.com/mozilla-festival/calling-all-coders-10-reasons-to-join-us-at-mozfest-2019-4d1610af637c",
            "is_bookmarked": false,
            "tags": [
                "bloggrid",
                "Moz",
                "mozfest-2019"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Join community"
            ],
            "published_by": "Zannah Marsh",
            "submitter_profile_id": 47,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Zannah Marsh",
                    "profile_id": 47,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Calling all Coders: 10 reasons to join us at MozFest 2019",
            "description": "A blog post about offerings for engineers, technologists and coders at MozFest 2019.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-10-14_213041.2429730000.jpg",
            "created": "2019-10-14T21:30:41.242300Z",
            "moderation_state": 3
        },
        {
            "id": 1433,
            "content_url": "https://medium.com/@Mozfest/mozfest-by-the-book-d2fea7bc98cf",
            "is_bookmarked": false,
            "tags": [
                "bloggrid",
                "mozfest-2019",
                "Mozfest 2019"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Join community"
            ],
            "published_by": "Zannah Marsh",
            "submitter_profile_id": 47,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Zannah Marsh",
                    "profile_id": 47,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "MozFest by the Book",
            "description": "A post about our 10th anniversary MozFest book.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-10-21_173037.2579800000.jpg",
            "created": "2019-10-21T17:30:37.257354Z",
            "moderation_state": 3
        },
        {
            "id": 1376,
            "content_url": "https://medium.com/mozilla-festival/an-invitation-to-build-an-internet-health-movement-13ea576dd30",
            "is_bookmarked": false,
            "tags": [
                "bloggrid",
                "mozfest",
                "mozfest-2019"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Join community"
            ],
            "published_by": "Zannah Marsh",
            "submitter_profile_id": 47,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Chad Sansing",
                    "profile_id": 58,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "An invitation to build an internet health movement",
            "description": "A blog post about Movement Building Trainings for MozFest 2019 Facilitators.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-09-25_191012.4521820000.jpeg",
            "created": "2019-09-25T19:10:12.451516Z",
            "moderation_state": 3
        },
        {
            "id": 1378,
            "content_url": "https://medium.com/mozilla-festival/join-us-for-a-week-of-networking-collaboration-at-mozfest-house-21-26-october-6f33371ceffb",
            "is_bookmarked": false,
            "tags": [
                "AI",
                "bloggrid",
                "mozfest",
                "mozfest-2019"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Join community"
            ],
            "published_by": "Zannah Marsh",
            "submitter_profile_id": 47,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Zannah Marsh",
                    "profile_id": 47,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Join us for a week of networking & collaboration at MozFest House, 21–25 October",
            "description": "A post about events at 2019's MozFest House.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-09-27_003807.7964430000.jpg",
            "created": "2019-09-27T00:38:07.795657Z",
            "moderation_state": 3
        },
        {
            "id": 1379,
            "content_url": "https://medium.com/mozilla-festival/wrangler-round-up-leena-haque-c798975686e7",
            "is_bookmarked": false,
            "tags": [
                "bloggrid",
                "mozfest",
                "mozfest-2019",
                "mozfest2019"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Join community"
            ],
            "published_by": "Zannah Marsh",
            "submitter_profile_id": 47,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Leena Haque",
                    "profile_id": 2342,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Wrangler Round-Up: Leena Haque",
            "description": "A chat with MozFest 2019 Wrangler Leena Haque.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-09-27_185946.9872540000.png",
            "created": "2019-09-27T18:59:46.986831Z",
            "moderation_state": 3
        },
        {
            "id": 1381,
            "content_url": "https://medium.com/mozilla-festival/using-games-to-re-imagine-a-healthier-internet-together-cb5472bf7462",
            "is_bookmarked": false,
            "tags": [
                "bloggrid",
                "games",
                "mozfest-2019",
                "mozfest2019"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Join community"
            ],
            "published_by": "Zannah Marsh",
            "submitter_profile_id": 47,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Using games to re-imagine a healthier internet together",
            "description": "A blog post about how games, play, and movement-building meet at MozFest 2019.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-10-01_210940.2875690000.jpg",
            "created": "2019-10-01T21:09:40.273833Z",
            "moderation_state": 3
        },
        {
            "id": 1382,
            "content_url": "https://medium.com/mozilla-festival/mozfest-in-spaaaaaace-45f3405edc3",
            "is_bookmarked": false,
            "tags": [
                "bloggrid",
                "mozfest",
                "mozfest-2019",
                "mozfest2019",
                "youth-led",
                "youthzone"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Join community"
            ],
            "published_by": "Zannah Marsh",
            "submitter_profile_id": 47,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Joseph Thomas",
                    "profile_id": 3179,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "MozFest in SPAAAAAAAACE: Youth Zone 2019",
            "description": "A blog post about the Youth Zone at MozFest 2019",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-10-03_001301.7994870000.jpeg",
            "created": "2019-10-03T00:13:01.798618Z",
            "moderation_state": 3
        },
        {
            "id": 1426,
            "content_url": "https://medium.com/@Mozfest/wrangler-round-up-pablo-aguilera-8515a966fd90",
            "is_bookmarked": false,
            "tags": [
                "bloggrid",
                "mozfest",
                "mozfest-2019",
                "mozfest2019"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Join community"
            ],
            "published_by": "Zannah Marsh",
            "submitter_profile_id": 47,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Pablo Aguilera",
                    "profile_id": 2300,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Wrangler Round-Up: Pablo Aguilera",
            "description": "A chat with MozFest 2019 Wrangler Pablo Aguilera.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-10-16_193836.6559920000.jpg",
            "created": "2019-10-16T19:38:36.655551Z",
            "moderation_state": 3
        },
        {
            "id": 1418,
            "content_url": "https://medium.com/@Mozfest/arts-culture-at-mozfest-2019-9301eb72dda6",
            "is_bookmarked": false,
            "tags": [
                "bloggrid",
                "mozfest",
                "mozfest-2019",
                "mozfest2019"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Join community"
            ],
            "published_by": "Zannah Marsh",
            "submitter_profile_id": 47,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Zannah Marsh",
                    "profile_id": 47,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Arts & Culture at MozFest 2019",
            "description": "A post about the Arts & Culture offerings at MozFest 2019.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-10-11_210139.0669060000.png",
            "created": "2019-10-28T21:01:39.066362Z",
            "moderation_state": 3
        },
        {
            "id": 1429,
            "content_url": "https://medium.com/mozilla-festival/mozfest-for-activists-seven-great-sessions-for-organisers-and-world-changers-a0ca68f499e6",
            "is_bookmarked": false,
            "tags": [
                "bloggrid",
                "mozfest-2019",
                "mozfest2019"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Join community"
            ],
            "published_by": "Zannah Marsh",
            "submitter_profile_id": 47,
            "bookmark_count": 2,
            "related_creators": [],
            "entry_type": "base",
            "title": "MozFest for Activists: Seven great sessions for organisers and world-changers.",
            "description": "A blog post about MozFest sessions for activists, organisers, and world-changers.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-10-17_221822.6069270000.jpg",
            "created": "2019-10-17T22:18:22.606575Z",
            "moderation_state": 3
        },
        {
            "id": 1438,
            "content_url": "https://medium.com/mozilla-festival/mozfest-regulars-bastian-greshake-tzovaras-b959012b9306",
            "is_bookmarked": false,
            "tags": [
                "bloggrid",
                "mozfest-2019",
                "mozfest2019"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Join community"
            ],
            "published_by": "Zannah Marsh",
            "submitter_profile_id": 47,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Bastian Greshake Tzovaras",
                    "profile_id": 150,
                    "is_active": true
                },
                {
                    "name": "Zannah Marsh",
                    "profile_id": 47,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "MozFest Regulars: Bastian Greshake-Tzovaras",
            "description": "A chat with open data advocate and bioinformaticist Bastian Greshake-Tzovaras about his MozFest experiences.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-10-22_144959.7041760000.jpg",
            "created": "2019-10-22T14:48:01.893635Z",
            "moderation_state": 3
        },
        {
            "id": 1446,
            "content_url": "https://medium.com/@Mozfest/a-playful-take-on-ai-ravensbourne-design-competition-winners-at-mozfest-2019-caab55157696",
            "is_bookmarked": false,
            "tags": [
                "AI",
                "bloggrid",
                "mozfest-2019",
                "mozfest2019"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Join community"
            ],
            "published_by": "Zannah Marsh",
            "submitter_profile_id": 47,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Zannah Marsh",
                    "profile_id": 47,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "A playful take on AI: Ravensbourne Design Competition winners at MozFest 2019",
            "description": "A post about an game for learning about AI, designed by Georgia and Liy, some of our Ravensborne Design Competition winners.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-10-23_180927.9666040000.png",
            "created": "2019-10-23T18:09:27.966291Z",
            "moderation_state": 3
        },
        {
            "id": 1452,
            "content_url": "https://medium.com/@Mozfest/weekend-preview-mozfest-2019-2663af5ccd7d",
            "is_bookmarked": false,
            "tags": [
                "bloggrid",
                "mozfest-2019",
                "mozfest2019"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Join community"
            ],
            "published_by": "Zannah Marsh",
            "submitter_profile_id": 47,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Zannah Marsh",
                    "profile_id": 47,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Weekend Preview! MozFest 2019",
            "description": "MozFest 2019 is here! An overview of the weekend's activities and festivities.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-10-25_191834.3097190000.jpg",
            "created": "2019-10-25T19:18:34.309339Z",
            "moderation_state": 3
        },
        {
            "id": 1677,
            "content_url": "https://www.adl.org/fighting-hate-from-home",
            "is_bookmarked": false,
            "tags": [
                "Covid-19"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Zannah Marsh",
            "submitter_profile_id": 47,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Fighting Hate from Home",
            "description": "A series of discussions on how ADL is standing up to antisemitism and extremism, and how you can fight hate from home.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-05-05_205943.0286910000.png",
            "created": "2020-05-05T20:59:43.028100Z",
            "moderation_state": 3
        },
        {
            "id": 1456,
            "content_url": "https://medium.com/@irini_mirena/trustworthy-ai-imagining-better-machine-decision-making-36c81b7a5b0a",
            "is_bookmarked": false,
            "tags": [
                "artificial intelligence",
                "bloggrid",
                "mozfest-2019",
                "Mozfest 2019"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Join community"
            ],
            "published_by": "Zannah Marsh",
            "submitter_profile_id": 47,
            "bookmark_count": 2,
            "related_creators": [
                {
                    "name": "Irini-Mirena Papadimitriou",
                    "profile_id": 3229,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Trustworthy AI: Imagining Better Machine Decision Making",
            "description": "A post from the co-curator of the MozFest 2019 Arts & Culture space.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-11-01_140346.6694110000.png",
            "created": "2019-11-01T14:03:46.668980Z",
            "moderation_state": 3
        },
        {
            "id": 1504,
            "content_url": "https://medium.com/@chadsansing/bring-mozfest-home-129332ddb18c",
            "is_bookmarked": false,
            "tags": [
                "bloggrid",
                "internet health",
                "mozfest-2019",
                "mozfest2019"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Join community"
            ],
            "published_by": "Zannah Marsh",
            "submitter_profile_id": 47,
            "bookmark_count": 2,
            "related_creators": [
                {
                    "name": "Chad Sansing",
                    "profile_id": 58,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Bring MozFest Home!",
            "description": "A blog post about upcoming Community Calls too share what you learned at Mozilla Festival and brainstorm next steps.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-11-08_190727.2203640000.jpg",
            "created": "2019-11-08T19:07:27.219945Z",
            "moderation_state": 3
        },
        {
            "id": 1675,
            "content_url": "https://docs.google.com/document/d/1iNPPgHO1bQFTey3U4G6LZ4pjb05iM0AyLGYA1We6W5c/edit?pli=1#heading=h.7qp0j5vxispp",
            "is_bookmarked": false,
            "tags": [
                "Covid-19"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Zannah Marsh",
            "submitter_profile_id": 47,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "#CovidCreativesToolkit",
            "description": "Built collaboratively with 30+ curators this toolkit contains free resources to support creative practitioners who need to go digital due to COVID-19.",
            "get_involved": "Welcoming more contributions and additional curators to help keep the resource up-to-date.",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-05-05_184436.8182200000.jpg",
            "created": "2020-05-05T18:44:36.817592Z",
            "moderation_state": 3
        },
        {
            "id": 1673,
            "content_url": "https://mobilisationlab.org/stories/theres-no-going-back-heres-how-our-network-of-campaigners-is-responding-to-and-collaborating-in-this-crisis",
            "is_bookmarked": false,
            "tags": [
                "Covid-19",
                "movement-building"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Zannah Marsh",
            "submitter_profile_id": 47,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "How MobLab's campaigners are collaborating and responding to COVID19",
            "description": "Collective “aha” moments from 150 campaigners and changemakers in the MobLab network.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-05-05_183121.5421210000.jpg",
            "created": "2020-05-05T18:30:08.272539Z",
            "moderation_state": 3
        }
    ]
}