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=description
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=description&page=2",
    "previous": null,
    "results": [
        {
            "id": 1184,
            "content_url": "https://github.com/mozilla/foresight/issues/4",
            "is_bookmarked": false,
            "tags": [
                "user research"
            ],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Code",
                "Design"
            ],
            "published_by": "Josephine Lau",
            "submitter_profile_id": 2389,
            "bookmark_count": 2,
            "related_creators": [
                {
                    "name": "Josephine Lau",
                    "profile_id": 2389,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Explore how decentralized and distributed technology can be valuable to users",
            "description": "",
            "get_involved": "Take a look at our user story cards here:",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-05-17_211139.1025540000.png",
            "created": "2019-05-17T21:11:39.102184Z",
            "moderation_state": 3
        },
        {
            "id": 987,
            "content_url": "https://mozguna.github.io",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [
                "Plan & organize",
                "Create content"
            ],
            "published_by": "Shubhendra Singh Chauhan",
            "submitter_profile_id": 17,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Shubhendra Singh Chauhan",
                    "profile_id": 17,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "MozGuna",
            "description": "",
            "get_involved": "",
            "get_involved_url": "https://github.com/mozguna/mozguna",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-01-10_184511.2531580000.jpg",
            "created": "2019-01-10T18:45:11.252477Z",
            "moderation_state": 3
        },
        {
            "id": 2163,
            "content_url": "https://youtu.be/cyEwbmYn7fA",
            "is_bookmarked": false,
            "tags": [
                "#2018dnd"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Marc Walsh",
            "submitter_profile_id": 2248,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "session",
            "title": "On privacy, identity, and gender online",
            "description": "",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-05_192117.6397920000.jpg",
            "created": "2021-07-05T18:13:24.067224Z",
            "moderation_state": 3
        },
        {
            "id": 69,
            "content_url": "https://github.com/mozilla/thimble.mozilla.org/pull/1559",
            "is_bookmarked": false,
            "tags": [],
            "issues": [],
            "help_types": [],
            "published_by": "Matthew Willse",
            "submitter_profile_id": 85,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "A Rad Contribution to Thimble",
            "description": "",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "It's a great example of a collaboration with a new contributor",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-10-06T21:50:55.827000Z",
            "moderation_state": 3
        },
        {
            "id": 1830,
            "content_url": "https://www.fabriders.net/session-design-tips/",
            "is_bookmarked": false,
            "tags": [
                "mfpage-dss"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Marc Walsh",
            "submitter_profile_id": 2248,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Session Design Tips",
            "description": "",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": true,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-09-07_133142.4112000000.png",
            "created": "2020-09-07T13:31:04.759316Z",
            "moderation_state": 3
        },
        {
            "id": 1298,
            "content_url": "https://theintern.io/",
            "is_bookmarked": false,
            "tags": [
                "MOSS",
                "MOSS2016"
            ],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [],
            "published_by": "Ann Marie Carrothers",
            "submitter_profile_id": 256,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Intern: Software Testing for Humans",
            "description": "",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2019-08-02T03:56:46.946812Z",
            "moderation_state": 3
        },
        {
            "id": 1221,
            "content_url": "https://utkarsh2102.github.io/debian/2019/06/02/becoming-a-debian-maintainer-in-90-days.html",
            "is_bookmarked": false,
            "tags": [
                "debian",
                "foss",
                "open source",
                "technology"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Utkarsh Gupta",
            "submitter_profile_id": 2519,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Utkarsh Gupta",
                    "profile_id": 2519,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Becoming a Debian Maintainer in 90 days!",
            "description": "",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "Open Source, Debian, Maintainer, FOSS",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-06-16_222319.4583640000.png",
            "created": "2019-06-16T22:23:19.456451Z",
            "moderation_state": 3
        },
        {
            "id": 1168,
            "content_url": "https://github.com/salmancade/Digital-skills-for-Refugees",
            "is_bookmarked": false,
            "tags": [
                "2019",
                "sprintforih"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Code",
                "Design",
                "Join community",
                "Mentor"
            ],
            "published_by": "Salim Abdullahi Ismail",
            "submitter_profile_id": 1936,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Salim Abdullahi Ismail",
                    "profile_id": 1936,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Mirror Initiative- Digital skills for refugees",
            "description": "",
            "get_involved": "",
            "get_involved_url": "https://github.com/salmancade/Digital-skills-for-Refugees",
            "interest": "any other person who wish to find similar content refugees can easily use/remix",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2019-05-10T08:40:52.742149Z",
            "moderation_state": 3
        },
        {
            "id": 1991,
            "content_url": "https://foundation.mozilla.org/en/blog/building-stronger-fellowships-and-awards/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [],
            "help_types": [],
            "published_by": "Hanan Elmasu",
            "submitter_profile_id": 4600,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Hanan Elmasu",
                    "profile_id": 4600,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Building Stronger Fellowships and Awards",
            "description": "",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2021-02-02T11:00:06.053365Z",
            "moderation_state": 3
        },
        {
            "id": 2167,
            "content_url": "",
            "is_bookmarked": false,
            "tags": [
                "#2017dnd"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Marc Walsh",
            "submitter_profile_id": 2248,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "session",
            "title": "A Pep Talk For Nerds",
            "description": "",
            "get_involved": "",
            "get_involved_url": "https://www.youtube.com/watch?v=MFOdGSKSWDY",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2021-07-05T18:22:35.283700Z",
            "moderation_state": 3
        },
        {
            "id": 2161,
            "content_url": "https://youtu.be/baPF-sOXP24",
            "is_bookmarked": false,
            "tags": [
                "#2018dnd"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Marc Walsh",
            "submitter_profile_id": 2248,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "session",
            "title": "The internet's original sin",
            "description": "",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-05_192218.5378410000.jpg",
            "created": "2021-07-05T18:10:12.070277Z",
            "moderation_state": 3
        },
        {
            "id": 1829,
            "content_url": "https://medium.com/mozilla-festival/7-steps-to-a-great-mozfest-proposal-eff4f1cee6fe",
            "is_bookmarked": false,
            "tags": [
                "mfpage-dss"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Marc Walsh",
            "submitter_profile_id": 2248,
            "bookmark_count": 3,
            "related_creators": [
                {
                    "name": "Chad Sansing",
                    "profile_id": 58,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "7 Steps to a Great MozFest Proposal",
            "description": "",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": true,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-09-07_105139.3094960000.png",
            "created": "2020-09-07T10:51:39.285173Z",
            "moderation_state": 3
        },
        {
            "id": 2160,
            "content_url": "https://youtu.be/jrZD6eK-fRw",
            "is_bookmarked": false,
            "tags": [
                "#2018dnd"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Marc Walsh",
            "submitter_profile_id": 2248,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "session",
            "title": "On data and digital rights in Asia",
            "description": "",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-05_192243.8568380000.jpg",
            "created": "2021-07-05T18:09:13.842935Z",
            "moderation_state": 3
        },
        {
            "id": 2156,
            "content_url": "https://youtu.be/x0xVKpDpxlg",
            "is_bookmarked": false,
            "tags": [
                "2019",
                "#2019dnd"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Marc Walsh",
            "submitter_profile_id": 2248,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "session",
            "title": "Who Wants to Be a Rebel?",
            "description": "",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-05_191340.4091920000.jpg",
            "created": "2021-07-05T17:59:25.957849Z",
            "moderation_state": 3
        },
        {
            "id": 1774,
            "content_url": "https://docs.google.com/document/d/1yXiBviC2yNiPcaTgDxfyEMSvc9JdLPF89OY4hQsPo1I/edit",
            "is_bookmarked": false,
            "tags": [
                "building-trustworthy-ai-page",
                "mozfest-tech-audience-report"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Marc Walsh",
            "submitter_profile_id": 2248,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "research",
            "title": "MozFest Tech Audience Interviews: Research Report",
            "description": "",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-07-21_112854.4919490000.png",
            "created": "2020-07-21T11:28:54.236260Z",
            "moderation_state": 3
        },
        {
            "id": 1831,
            "content_url": "https://srccon.org/our-resources/",
            "is_bookmarked": false,
            "tags": [
                "mfpage-dss"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Marc Walsh",
            "submitter_profile_id": 2248,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "How We Build SRCCON Events",
            "description": "",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": true,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-09-07_133820.2913390000.png",
            "created": "2020-09-07T13:38:20.276595Z",
            "moderation_state": 3
        },
        {
            "id": 1012,
            "content_url": "https://safenetwork.org/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Code"
            ],
            "published_by": "Mohit Bansal",
            "submitter_profile_id": 2021,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "SafeNet",
            "description": "",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "Decentralized and open network storage for people",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2019-01-30T15:34:40.361102Z",
            "moderation_state": 3
        },
        {
            "id": 1176,
            "content_url": "https://hubpronet.blogspot.com/2019/03/blog-post_10.html",
            "is_bookmarked": false,
            "tags": [],
            "issues": [],
            "help_types": [
                "Attend"
            ],
            "published_by": "Hubpronet S",
            "submitter_profile_id": 2380,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "มือถือร้อนเร็วทำยังไง",
            "description": "",
            "get_involved": "",
            "get_involved_url": "https://hubpronet.blogspot.com/2019/03/blog-post_10.html",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-05-14_071313.9837850000.JPG",
            "created": "2019-05-14T07:13:13.983444Z",
            "moderation_state": 3
        },
        {
            "id": 2175,
            "content_url": "https://www.youtube.com/watch?v=atYKpi_74Ak",
            "is_bookmarked": false,
            "tags": [
                "#2017dnd"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Marc Walsh",
            "submitter_profile_id": 2248,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "session",
            "title": "How to Hack an Earthquake",
            "description": "",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-05_192845.6820830000.jpg",
            "created": "2021-07-05T18:29:45.229960Z",
            "moderation_state": 3
        },
        {
            "id": 2281,
            "content_url": "https://github.com/MozillaFestival/mozfest-program-2018/issues",
            "is_bookmarked": false,
            "tags": [
                "cfp-examples-2022"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Marc Walsh",
            "submitter_profile_id": 2248,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "MozFest 2018 Sessions on GitHub",
            "description": "",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2021-10-04T13:50:09.861605Z",
            "moderation_state": 3
        },
        {
            "id": 1289,
            "content_url": "https://github.com/phoenixframework/firenest/",
            "is_bookmarked": false,
            "tags": [
                "MOSS",
                "MOSS2018"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Ann Marie Carrothers",
            "submitter_profile_id": 256,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Phoenix and Firenest",
            "description": "",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-08-01_232802.7611700000.png",
            "created": "2019-08-01T23:28:02.743856Z",
            "moderation_state": 3
        },
        {
            "id": 2170,
            "content_url": "https://www.youtube.com/watch?v=t4QK_A1jgBM",
            "is_bookmarked": false,
            "tags": [
                "#2017dnd"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Marc Walsh",
            "submitter_profile_id": 2248,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "session",
            "title": "Who Cares About the AI Takeover When the Planet is Dying?",
            "description": "",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-05_193035.5234650000.jpg",
            "created": "2021-07-05T18:25:37.053283Z",
            "moderation_state": 3
        },
        {
            "id": 1828,
            "content_url": "https://docs.google.com/presentation/d/1_tYADemTCjcrjGAcTc1_b31pEhoX2PrMJwesroHWj14/edit#slide=id.g5ac929ab51_0_0",
            "is_bookmarked": false,
            "tags": [
                "mfpage-dss"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Marc Walsh",
            "submitter_profile_id": 2248,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Chad Sansing",
                    "profile_id": 58,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Session Proposal Guide",
            "description": "",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": true,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-09-07_104902.6144580000.png",
            "created": "2020-09-07T10:49:02.463159Z",
            "moderation_state": 3
        },
        {
            "id": 1775,
            "content_url": "http://www.jennwv.com/papers/checklists.pdf",
            "is_bookmarked": false,
            "tags": [
                "building-trustworthy-ai-page",
                "checklists-resources"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Marc Walsh",
            "submitter_profile_id": 2248,
            "bookmark_count": 2,
            "related_creators": [],
            "entry_type": "curriculum",
            "title": "Co-Designing Checklists to Understand Organizational Challenges and Opportunities around Fairness in AI",
            "description": "",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2020-07-21T11:38:50.249752Z",
            "moderation_state": 3
        },
        {
            "id": 942,
            "content_url": "https://github.com/mozilla/Overscripted-Data-Analysis-Challenge",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [],
            "published_by": "Chaya Danzinger",
            "submitter_profile_id": 1699,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Overscripted Data Analysis Challenge",
            "description": "",
            "get_involved": "",
            "get_involved_url": "https://github.com/biskit1/Overscripted-Data-Analysis-Challenge",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2018-10-29T09:56:44.558300Z",
            "moderation_state": 3
        },
        {
            "id": 537,
            "content_url": "https://medium.com/read-write-participate/how-much-indians-get-to-use-the-internet-vs-how-much-of-the-internet-we-get-to-use-4b84bc440775",
            "is_bookmarked": false,
            "tags": [
                "net neutrality",
                "zero rating"
            ],
            "issues": [
                "Decentralization"
            ],
            "help_types": [],
            "published_by": "Cori Zarek",
            "submitter_profile_id": 111,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "How Much Indians Get to Use the Internet vs. How Much of the Internet We Get to Use",
            "description": "",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "A look at how India has engaged in the net neutrality debate.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-11-01_181008.6425580000.jpeg",
            "created": "2017-11-01T18:10:08.631996Z",
            "moderation_state": 3
        },
        {
            "id": 494,
            "content_url": "https://github.com/ppolsinelli/CoopsAndDragons",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Privacy & Security",
                "Decentralization"
            ],
            "help_types": [],
            "published_by": "Pietro Polsinelli",
            "submitter_profile_id": 157,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Pietro Polsinelli",
                    "profile_id": 157,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Coops & Dragons",
            "description": "",
            "get_involved": "",
            "get_involved_url": "https://github.com/ppolsinelli/CoopsAndDragons",
            "interest": "Its about exploring platform coops and their relationship with privately owned crowd sourced networks.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-25_083822.8757110000.png",
            "created": "2017-10-25T08:38:22.875107Z",
            "moderation_state": 3
        },
        {
            "id": 1773,
            "content_url": "https://docs.google.com/presentation/d/1_IW8c2wRKYIZ1lfDQxiDEi8nFJJ2eaudijPUDXMgFLw/present?token=AC4w5VjSFAx8TxH5MlUDoJ0eT7jtKgOn7Q%3A1591644504629&includes_info_params=1&eisi=CJ7Tuur58ukCFUPbHwodTvw",
            "is_bookmarked": false,
            "tags": [
                "building-trustworthy-ai-page",
                "mozfest-tech-audience-report"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Marc Walsh",
            "submitter_profile_id": 2248,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "research",
            "title": "MozFest Tech Audience Interviews: Slide Deck",
            "description": "",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-07-21_112451.5727950000.png",
            "created": "2020-07-21T11:24:51.437884Z",
            "moderation_state": 3
        },
        {
            "id": 2522,
            "content_url": "https://foundation.mozilla.org/en/blog/mozilla-launches-second-call-for-us-applicants-to-the-responsible-computing-challenge/",
            "is_bookmarked": false,
            "tags": [
                "RCSC"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Steven Azeka",
            "submitter_profile_id": 5951,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Steven Azeka",
                    "profile_id": 5951,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Mozilla launches second call for US applicants to the RCC",
            "description": "10 U.S. based institutions of higher education will be awarded up to $150,000",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2023-02-03T13:48:24.777269Z",
            "moderation_state": 3
        },
        {
            "id": 98,
            "content_url": "https://github.com/MozillaFoundation/mentorship-program",
            "is_bookmarked": false,
            "tags": [],
            "issues": [],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Mentorship Program",
            "description": "12 week online mentorship program designed to connect open leaders and increase collaboration and contributorship on open projects in our network.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-08-12T21:52:13.769000Z",
            "moderation_state": 3
        },
        {
            "id": 1015,
            "content_url": "https://foundation.mozilla.org/en/campaigns/equifax-breach/",
            "is_bookmarked": false,
            "tags": [
                "advocacy",
                "mozilla campaigns"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [
                "Take Action"
            ],
            "published_by": "Gideon Thomas",
            "submitter_profile_id": 51,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Equifax data breach",
            "description": "2017's Equifax data breach may have been even worse than we thought – revealing tax and driver license information that would make it even easier to commit fraud using the hacked data. Can you join our call to Mick Mulvaney, head of the CFPB: launch a full-scale probe into the Equifax data breach?",
            "get_involved": "",
            "get_involved_url": "https://foundation.mozilla.org/en/campaigns/equifax-breach/",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2019-01-30T22:02:56.258608Z",
            "moderation_state": 3
        },
        {
            "id": 1595,
            "content_url": "https://www.mozillapulse.org/profile/3114/projects",
            "is_bookmarked": false,
            "tags": [
                "MANRS",
                "#mozfellows19",
                "mozfellows19",
                "NSRC",
                "ROA",
                "RPKI"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Mohammad Abdul Awal",
            "submitter_profile_id": 3114,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Mohammad Abdul Awal",
                    "profile_id": 3114,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Emphasising Routing Security at Local NOGs: January Fellowship Report",
            "description": "2020 started with 3 back-to-back blockbuster Network Operators Group (NOG) meetings in South Asia. My paper on routing security was presented at all 3 events (bdNOG11, MMNOG2020 and SANOG35, check my pulse blog for more info). I could reach out to about 400 onsite participants during the meetings. In January, I could help create new ROAs and fix INVALIDs for more than 376 IPv4 and 143 IPv6 prefixes of 57 South Asian operators. Out of those, 51 IPv4 and 85 IPv6 prefixes were previously INVALID and now fixed. Till Jan'20, Bangladesh has more than 75% ROAs signed, a new milestone in the region.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-02-09_131130.2601130000.jpg",
            "created": "2020-02-09T13:11:30.259679Z",
            "moderation_state": 3
        },
        {
            "id": 17,
            "content_url": "https://air.mozilla.org/foundation-demos-november-25-2016/",
            "is_bookmarked": false,
            "tags": [
                "demos"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Network Demos",
            "description": "25 Nov 2016 – Demos of our recent projects, including design, engineering, and related programs. Featuring recent participants of Open Leadership Training!",
            "get_involved": "Everyone is welcome to join the video call.",
            "get_involved_url": "https://public.etherpad-mozilla.org/p/foundation-demos",
            "interest": "twitter crisis, Tim Head @betatim (3:20)\nOpenStudentBook, Edoardo Viola @edovio (8:57)\nDigital Skills Observatory, Bonface @thebonface & Alex @xelawafs (12:20)\ncrowdmapping, Winnie @IamProvisional (20:28)\nYou Look Familiar, Minn Soe (@minn_so) (23:55)\nOpen Data Hack, Dennis Ndegwa @dendegwa (36:00)",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/17.png",
            "created": "2016-11-28T20:48:47.199000Z",
            "moderation_state": 3
        },
        {
            "id": 94,
            "content_url": "https://air.mozilla.org/foundation-demos-september-2-2016/",
            "is_bookmarked": false,
            "tags": [
                "conference",
                "demos",
                "event",
                "gigabit",
                "mofo",
                "mozfest",
                "network mapping"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Matthew Willse",
            "submitter_profile_id": 85,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Network Demos",
            "description": "2 Sep 2016 – Demos of the new Women and Web Lit site (1:35) and Gigabit site integration (21:35). Three Mozfest updates: network mapping tools (5:45), schedule app (13:20), and style guide (17:10).",
            "get_involved": "Everyone is welcome to join the video call.",
            "get_involved_url": "https://public.etherpad-mozilla.org/p/foundation-demos",
            "interest": "An open look at what we make and how we make.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/94.png",
            "created": "2016-09-07T13:58:36.939000Z",
            "moderation_state": 3
        },
        {
            "id": 71,
            "content_url": "https://air.mozilla.org/foundation-demos-september-30-2016/",
            "is_bookmarked": false,
            "tags": [
                "demos",
                "design",
                "foundation",
                "mofo"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Matthew Willse",
            "submitter_profile_id": 85,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Network Demos",
            "description": "30 Sept 2016 – Demos of our recent projects. Fast forward to 0:25 to see some MozFest design and production. At 4:10, see the design for the Regional Coordinator bios page for Mozilla Clubs.",
            "get_involved": "Join us to watch or share a demo. Usually runs twice a month on Friday 10am Pacific.",
            "get_involved_url": "https://public.etherpad-mozilla.org/p/foundation-demos",
            "interest": "An open look at what we make and how we make it.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-10-04T17:24:03.599000Z",
            "moderation_state": 3
        },
        {
            "id": 1590,
            "content_url": "https://sanog.org/sanog35/program.html",
            "is_bookmarked": false,
            "tags": [
                "MANRS",
                "#mozfellows19",
                "mozfellows19",
                "NSRC",
                "ROA",
                "RPKI",
                "SANOG35"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Mohammad Abdul Awal",
            "submitter_profile_id": 3114,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Mohammad Abdul Awal",
                    "profile_id": 3114,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Event Wrap: SANOG35 in Pakistan",
            "description": "35th Conference of South Asian NOG was held in Karachi, Pakistan on Jan 20-21, 2020. My paper on the impact of RPKI validator in BD was presented by my mentor Dr. Philip Smith (NSRC). I was a remote participant during the session. Earlier, I analysed the ROA status of PK and AF operators and sent individual emails to 175 organizations about their routing issues. I helped solve about 140 RPKI ROAs of five ASNs. Some participants reached out to me as well via email and IM to get help in fixing their ROAs. I am expecting a very positive impact of SANOG35 on the RPKI status in South Asia.",
            "get_involved": "",
            "get_involved_url": "https://www.sanog.org/mailinglist.htm",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-02-03_191326.9284560000.jpeg",
            "created": "2020-02-03T19:13:26.927724Z",
            "moderation_state": 3
        },
        {
            "id": 1624,
            "content_url": "https://www.nsrc.org/workshops/2020/apricot/rpki-deployathon/index.html",
            "is_bookmarked": false,
            "tags": [
                "APRICOT2020",
                "MANRS",
                "mozfellows19",
                "NSRC",
                "RPKI"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Mohammad Abdul Awal",
            "submitter_profile_id": 3114,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Mohammad Abdul Awal",
                    "profile_id": 3114,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "A Full House RPKI Deployathon at APRICOT2020",
            "description": "41 network engineers from 20 countries participated in an exciting daylong RPKI Deployathon on Feb 17, 2020 at APRICOT2020 in Melbourne. I was one of the seven facilitators at the event. Participants were provided with lab resources to deploy different opensource implementations of RPKI Validators like Routinator, RIPE NCC Validator, FORT, and OctoRPKI/GoRTR, with accompanying routing implementations from Cisco (IOS & IOS-XR), Juniper and Nokia. They tried to find the pros and cons, bugs and improvement opportunities, documentation and implementation friendliness of each implementations.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-03-24_075050.2869680000.JPG",
            "created": "2020-03-24T07:50:50.286142Z",
            "moderation_state": 3
        },
        {
            "id": 814,
            "content_url": "https://medium.com/read-write-participate/we-asked-people-how-they-feel-about-facebook-heres-what-they-said-4a548dfeabd",
            "is_bookmarked": false,
            "tags": [
                "facebook",
                "privacy",
                "reseearch",
                "security"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [
                "Promote"
            ],
            "published_by": "Jen Caltrider",
            "submitter_profile_id": 293,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Vojtech Sedlak",
                    "profile_id": 83,
                    "is_active": true
                },
                {
                    "name": "Jen Caltrider",
                    "profile_id": 293,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "We Asked People How They Feel About Facebook. Here’s What They Said.",
            "description": "47,000 people responded to our survey asking how they feel about Facebook. The data is interesting and open for your exploration.",
            "get_involved": "",
            "get_involved_url": "https://medium.com/read-write-participate/we-asked-people-how-they-feel-about-facebook-heres-what-they-said-4a548dfeabd",
            "interest": "Open data any can dig into on how people are feeling about Facebook these days.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-05-08_151948.3700460000.jpg",
            "created": "2018-05-08T15:19:48.369664Z",
            "moderation_state": 3
        },
        {
            "id": 100,
            "content_url": "https://air.mozilla.org/foundation-demos-august-5-2016/",
            "is_bookmarked": false,
            "tags": [
                "demos",
                "design",
                "engineering",
                "mentorship",
                "network",
                "wip"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Matthew Willse",
            "submitter_profile_id": 85,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Network Demos",
            "description": "5 Aug 2016 – Demos of our recent projects, including design, engineering, and related programs.",
            "get_involved": "Join us to watch or share a demo. Usually runs twice a month on Friday 10am Pacific.",
            "get_involved_url": "https://public.etherpad-mozilla.org/p/foundation-demos",
            "interest": "Fast forward to specific projects: 0:56 networking mapping. 8:20 MozFest design. 14:20 Pulse. 19:52 Mentorship program. 21:10 Site localization. 23:30 Carousel component.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-08-09T21:51:26.175000Z",
            "moderation_state": 3
        },
        {
            "id": 735,
            "content_url": "http://www.kerstinkollmann.com",
            "is_bookmarked": false,
            "tags": [
                "2016",
                "Artists Open Web"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Luca M. Damiani",
            "submitter_profile_id": 504,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "80s Child",
            "description": "80s Child is a series of analogue (instant) photographs of technology of the 1980s. Thephotos, which were taken against period backdrops with a SLR 680 Polaroid camera,originally appeared in the first issue of feminist hacker zine The Recompiler in 2015. Twoadditional photographs (from the 1980s) picture two small children, the artist & their sibling,operating 80s technology.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-04-24_105012.1490360000.jpg",
            "created": "2018-04-24T10:50:12.148456Z",
            "moderation_state": 3
        },
        {
            "id": 744,
            "content_url": "http://www.Ciid.dk",
            "is_bookmarked": false,
            "tags": [
                "2016",
                "Artists Open Web"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Luca M. Damiani",
            "submitter_profile_id": 504,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "The colours of the countryside",
            "description": "A 360 video of an interview with a farmer, about field colours and how they relate to the use offertilisers. Rory Hamilton and Michelle Throne explore how our view of the countryside isshaped by the technology, and what farming practices are employed in growing our food.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-04-24_110303.9034940000.jpeg",
            "created": "2018-04-24T11:03:03.902667Z",
            "moderation_state": 3
        },
        {
            "id": 727,
            "content_url": "https://www.humanrightsfoundation.org",
            "is_bookmarked": false,
            "tags": [
                "2016",
                "Artists Open Web"
            ],
            "issues": [
                "Privacy & Security",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Luca M. Damiani",
            "submitter_profile_id": 504,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Shut them up with your Flash Drive",
            "description": "A 4 feet by 8 feet art piece with many pictures of Kim Jon Un. His mouth is a USB socket whereviewers of the piece can place USB thumb drives to donate them to the Human Rights Foundation’s effort to get western media into North Korea.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-04-24_103407.6869220000.jpg",
            "created": "2018-04-24T10:34:07.686297Z",
            "moderation_state": 3
        },
        {
            "id": 696,
            "content_url": "http://aardwolf.social/",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "application",
                "community",
                "community networks",
                "mozsprint",
                "open source",
                "open web",
                "social media"
            ],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Code",
                "Design",
                "Write documentation"
            ],
            "published_by": "Banjo Fox",
            "submitter_profile_id": 400,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Banjo Fox",
                    "profile_id": 400,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Aardwolf",
            "description": "Aardwolf is a new platform for creating new social networks, connected across the web. While existing social media sites work to funnel the world into a single shared experience (and advertising marketplace), we recognize that we are all individuals with different identities and interests.",
            "get_involved": "Contribute to the codebase, design layouts, create artwork, suggest features, help document, spread the word",
            "get_involved_url": "https://github.com/BanjoFox/aardwolf",
            "interest": "Our vision is to create a social-networking platform that mirrors the functionality of Facebook while also considering the needs of the community.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-04-17_185227.7579460000.png",
            "created": "2018-04-17T18:52:27.757435Z",
            "moderation_state": 3
        },
        {
            "id": 11,
            "content_url": "http://nerdcator.org",
            "is_bookmarked": false,
            "tags": [
                "mapping",
                "mozfest",
                "project",
                "travel"
            ],
            "issues": [
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Aurelia Moser",
                    "profile_id": 44,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Nerdcator",
            "description": "A basic app that allows travelers to find nearby sites of special interest to scientists and nerds such as geological/botanical features, offbeat museums, graves of our scientific heroes, locations of historic/scientific events/interest, and even research labs offering tours.",
            "get_involved": "Check out our CONTRIBUTING.md file to learn more, and our github contact is in the README.md file!",
            "get_involved_url": "https://github.com/auremoser/nerdcator/blob/master/CONTRIBUTING.md",
            "interest": "Anyone is welcome to contribute locations of interest or help us make the site better and more-fully-featured.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-12-16T21:39:05.686000Z",
            "moderation_state": 3
        },
        {
            "id": 128,
            "content_url": "https://mozilla-foundation-research.herokuapp.com/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Matthew Willse",
            "submitter_profile_id": 85,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Mozilla Foundation Research Blog",
            "description": "A blog from the research team in the field.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "Interesting insights on how real people view, connect with, and use the internet.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-02-12T21:41:43.953000Z",
            "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": 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": 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
        }
    ]
}