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=-entry_type&page=3
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=-entry_type&page=4",
    "previous": "https://api.mozillapulse.org/api/pulse/v2/entries/?format=api&ordering=-entry_type&page=2",
    "results": [
        {
            "id": 132,
            "content_url": "http://harloholm.es/2014/11/29/unveilling...-unveillance.html",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Matthew Willse",
            "submitter_profile_id": 85,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Unveillance",
            "description": "Privately send documents to a server to run bits of code experiments, written by you or your friends.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "A library that combines friend-to-friend file sharing, machine learning, and If-This-Then-That-style programming.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-02-02T19:48:51.942000Z",
            "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": 123,
            "content_url": "https://netposi.com/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [],
            "published_by": "Matthew Willse",
            "submitter_profile_id": 85,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "NetPosi",
            "description": "A podcast about activism & technology.",
            "get_involved": "Have an idea about a topic or guest for an episode? Email: [email protected].",
            "get_involved_url": "",
            "interest": "Interviews with technologists making a mark in the world of activism (or vice versa). Guests include Cory Doctorow and Wendy Seltzer.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-02-26T20:45:42.381000Z",
            "moderation_state": 3
        },
        {
            "id": 121,
            "content_url": "https://github.com/slidewinder/slidewinder",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Digital Inclusion",
                "Decentralization"
            ],
            "help_types": [],
            "published_by": "Matthew Willse",
            "submitter_profile_id": 85,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Slidewinder",
            "description": "Instant, beautiful, pick-and-mix slide decks.",
            "get_involved": "Post issues, run tests, profide feedback to UI/UX/design/development",
            "get_involved_url": "http://www.slidewinder.io/docs/",
            "interest": "Everyone gives talks and wants to re-use slides or remix old decs, or share decs with others.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-03-01T03:54:52.465000Z",
            "moderation_state": 3
        },
        {
            "id": 118,
            "content_url": "http://ankitdaf.com/bell.html",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Matthew Willse",
            "submitter_profile_id": 85,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "The Ghanta Project",
            "description": "The 'Ghanta' or bell that serves as a call to gather as a community. It's an IoT connected product: a bell and a tablet.",
            "get_involved": "",
            "get_involved_url": "http://ankitdaf.com/bell.html",
            "interest": "Physical prototype with web interaction",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-03-02T09:04:30.048000Z",
            "moderation_state": 3
        },
        {
            "id": 117,
            "content_url": "https://docs.google.com/document/d/1XAZ1QhEjqA-3wZU4QOodvVIYGsRJfPsbqXGvSPnXnRs/edit",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Matthew Willse",
            "submitter_profile_id": 85,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Michelle Thorne",
                    "profile_id": 70,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Conductive Contracts",
            "description": "Complete the circuit by stamping it. Your contract is digitally authorized using conductive ink, Indian stamp paper, & your thumbprint.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "Exploring conductive ink",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-03-02T09:06:07.818000Z",
            "moderation_state": 3
        },
        {
            "id": 124,
            "content_url": "https://whatcanidofortheinternet.org/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Digital Inclusion",
                "Decentralization"
            ],
            "help_types": [],
            "published_by": "Matthew Willse",
            "submitter_profile_id": 85,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "What can I do for the Internet",
            "description": "A fun and easy thing you can do each week, sent by email.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "It's fun, easy, and productive.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-02-23T20:35:02.202000Z",
            "moderation_state": 3
        },
        {
            "id": 26,
            "content_url": "http://mzl.la/wwl",
            "is_bookmarked": false,
            "tags": [
                "digital inclusion",
                "women",
                "women and web literacy",
                "wwl"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Amira Dhalla",
                    "profile_id": 75,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Women and Web Literacy",
            "description": "Mozilla strives to build and support an equitable and inclusive online world for everyone. To do this, we want to challenge the existing gender imbalance that exists and create an online space where we can reach gender equality at scale.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/26.png",
            "created": "2016-11-08T18:43:38.887000Z",
            "moderation_state": 3
        },
        {
            "id": 78,
            "content_url": "http://mozillascience.github.io/working-open-workshop/sprints_events/",
            "is_bookmarked": false,
            "tags": [
                "community",
                "events",
                "sprints",
                "working open",
                "working open workshop"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Running Sprints and Community Events",
            "description": "This activity is designed to get you started on the planning for your first sprint or community event. Used at the Working Open Workshop.",
            "get_involved": "Contribute to this guide on GitHub",
            "get_involved_url": "https://github.com/mozillascience/working-open-workshop/tree/gh-pages/sprints_events",
            "interest": "Help organizing a community event",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-09-21T15:49:32.946000Z",
            "moderation_state": 3
        },
        {
            "id": 152,
            "content_url": "https://fakenews.open-austin.org/",
            "is_bookmarked": false,
            "tags": [
                "austin",
                "fake news",
                "hive",
                "media",
                "misinfocon"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Mission Information, Fighting Fake News w/ Hive Austin",
            "description": "Fake the News is a Mozilla supported project from Hive Austin to help educators and teens evaluate online news for credibility and trust to strengthen their communities’ resilience to Fake News. The core team recently traveled to Misinfocon at MIT Media Lab.",
            "get_involved": "Fake the News is an open source project hosted on GitHub. We're looking for contributing developers to help build a web app, educators to pilot test and iterate the curriculum, and experts in the field to inform the content.",
            "get_involved_url": "https://fakenews.open-austin.org/",
            "interest": "Fake News is the key Internet Health indicator of our time. It is a uniquely web literacy phenomena, a digital inclusion paradox and a decentralization conundrum. This multi-disciplinary, open-source project leverages key Mozilla staff and our broad networks extending well beyond Austin.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2017-02-28T18:28:46.862000Z",
            "moderation_state": 3
        },
        {
            "id": 160,
            "content_url": "https://www.youtube.com/watch?v=3k8WVijL124&index=5&list=PLYiaJo7rYNXLQSEAa2RdyyiS28Ke2Rl60",
            "is_bookmarked": false,
            "tags": [
                "#2016dnd"
            ],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "The Ethics of Open Source",
            "description": "Ashe Dryden is a programmer, diversity advocate and author. She spoke at MozFest 2016 about the ethics of unpaid labor and open source software.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-05_193955.0879520000.jpg",
            "created": "2017-02-09T15:06:17.745000Z",
            "moderation_state": 3
        },
        {
            "id": 161,
            "content_url": "https://www.youtube.com/watch?v=yd3cJjDW2dY&list=PLYiaJo7rYNXLQSEAa2RdyyiS28Ke2Rl60&index=4",
            "is_bookmarked": false,
            "tags": [
                "#2016dnd"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Privacy by Default",
            "description": "Volker Birk is the CTO of Pretty Easy Privacy. He spoke at MozFest 2016 about making online privacy simple.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-05_194022.5217810000.jpg",
            "created": "2017-02-09T15:05:28.746000Z",
            "moderation_state": 3
        },
        {
            "id": 2229,
            "content_url": "https://www.youtube.com/watch?v=FXzmv38wYnk",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Zeina Abi Assy",
            "submitter_profile_id": 4810,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "MozFest 2021: Data Stewardship Reel",
            "description": "What is Data Stewardship and why is it needed? Listen to the MozFest community speak to the possibilities of alternative data models.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-12_210722.6020240000.png",
            "created": "2021-07-12T21:07:22.601803Z",
            "moderation_state": 3
        },
        {
            "id": 1905,
            "content_url": "https://aitalk.podbean.com/e/ai-myths/",
            "is_bookmarked": false,
            "tags": [
                "artificial intelligence",
                "fellowships",
                "mozilla fellow",
                "open web fellows",
                "Trustworthy AI"
            ],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [],
            "published_by": "Daniel Leufer",
            "submitter_profile_id": 3147,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Daniel Leufer",
                    "profile_id": 3147,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Podcast appearance on Skynet Today",
            "description": "Daniel and Alexa appeared on the Skynet Today podcast to talk about aimyths.org",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2020-11-02T15:54:17.694486Z",
            "moderation_state": 3
        },
        {
            "id": 144,
            "content_url": "http://www.webmaker.org",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Digital Inclusion",
                "Decentralization"
            ],
            "help_types": [],
            "published_by": "Matthew Willse",
            "submitter_profile_id": 85,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Webmaker Android",
            "description": "Webmaker enables people to discover, create, and share rich content from their mobile device.",
            "get_involved": "",
            "get_involved_url": "https://github.com/mozilla/webmaker-core/blob/develop/README.md",
            "interest": "It brings some of the web’s best features to a mobile app, going beyond a soundbite or photo filter enabling truly creative projects.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-01-23T06:13:56.720000Z",
            "moderation_state": 3
        },
        {
            "id": 149,
            "content_url": "https://neurostars.org/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Matthew Willse",
            "submitter_profile_id": 85,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Neurostars.org",
            "description": "NeuroStars is an experiment to engage the neuroinformatics community in a question & answer site tailored to their subject area.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-01-02T12:46:51Z",
            "moderation_state": 3
        },
        {
            "id": 148,
            "content_url": "http://mozilla.org",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Matthew Willse",
            "submitter_profile_id": 85,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Biosurveillance using Social Media",
            "description": "A project to visualize social media data used in an early detection system for disease epidemics as they emerge.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-01-03T16:59:58Z",
            "moderation_state": 3
        },
        {
            "id": 145,
            "content_url": "https://mozillascience.org/projects/mozillascience-software-discovery-dashboard",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Matthew Willse",
            "submitter_profile_id": 85,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Software Discovery Dashboard",
            "description": "We are creating an open source web dashboard capable of searching multiple code hosting services, such as Zenodo, Figshare, and GitHub, for the benefit of the research community.",
            "get_involved": "",
            "get_involved_url": "https://github.com/mozillascience/software-discovery-dashboard",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-01-04T23:17:18Z",
            "moderation_state": 3
        },
        {
            "id": 136,
            "content_url": "http://cariboudigital.net/winners-losers-in-the-global-app-economy/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Matthew Willse",
            "submitter_profile_id": 85,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Winners and Losers in the Global App Economy",
            "description": "A research report to look deeper at the global trends in app revenue flow, with a particularly lens on emerging markets.",
            "get_involved": "Read, use and share the report",
            "get_involved_url": "",
            "interest": "Research was supported by Mozilla Foundation, and maps to our goals around digital inclusion, and many other points in the Mozilla Mission.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-02-01T15:41:11.326000Z",
            "moderation_state": 3
        },
        {
            "id": 409,
            "content_url": "https://blandinonbroadband.org",
            "is_bookmarked": false,
            "tags": [
                "blandin",
                "blog",
                "broadband",
                "fiber",
                "funder",
                "isp",
                "wireless"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Robert Friedman",
            "submitter_profile_id": 4,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Blandin on Broadband",
            "description": "Blandin on Broadband is maintained by the Broadband team members at the Blandin Foundation. Our goal is to share information that supports and promotes broadband access and use – especially in rural Minnesota.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "Blandin on Broadband engages with Internet Health issues in rural Minnesota and their stories mirror the challenges and opportunities of communities all around the world.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-07-27_191803.0314360000.jpg",
            "created": "2017-07-27T19:18:03.031126Z",
            "moderation_state": 3
        },
        {
            "id": 54,
            "content_url": "http://www.ektheater.com/",
            "is_bookmarked": false,
            "tags": [
                "2016",
                "artsaward",
                "education",
                "gaming",
                "mozfest",
                "multimedia",
                "performance",
                "theater"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Video Game Puppetry",
            "description": "See how EK Theater uses video games in their unique form of puppetry",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "EK Theater's work has been called \"an impressive feat of engineering, coordination, and storytelling\" by the New York Times. Learn their innovative techniques with director Eddie Kim!",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/54.jpg",
            "created": "2016-10-26T21:13:29.374000Z",
            "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": 33,
            "content_url": "https://www.crowdai.org/",
            "is_bookmarked": false,
            "tags": [
                "2016",
                "mozfest",
                "open leadership f16"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "CrowdAI",
            "description": "CrowdSourcing the development of Artificial Intelligence - An open challenge platform for data science and Open Science",
            "get_involved": "Contribute code, ideas, suggestions",
            "get_involved_url": "https://github.com/crowdAI/crowdAI",
            "interest": "Open data challenges on the web give everyone around the world a shot at tackling difficult data problems. By providing their solutions openly, participants can rapidly learn the latest powerful techniques from each other.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/33.gif",
            "created": "2016-11-01T22:43:53.183000Z",
            "moderation_state": 3
        },
        {
            "id": 59,
            "content_url": "https://github.com/goyalsid/phageParser",
            "is_bookmarked": false,
            "tags": [
                "2016",
                "crispr",
                "hackathon",
                "mozfest",
                "open science"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "phageParser",
            "description": "A project to extract, analyze, and share CRISPR information from open genetic data.",
            "get_involved": "Read about the project and how you can contribute with code or documentation on the GitHub repo!",
            "get_involved_url": "https://github.com/goyalsid/phageParser/blob/master/README.md#where-can-i-get-involved",
            "interest": "CRISPR research is becoming increasingly popular, and through this project anyone can help make relevant information easier to find and use.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/59.png",
            "created": "2016-10-26T20:14:25.341000Z",
            "moderation_state": 3
        },
        {
            "id": 43,
            "content_url": "http://everypolitician.org/",
            "is_bookmarked": false,
            "tags": [
                "2016",
                "data",
                "everypolitician",
                "gender",
                "legislatures",
                "mozfest",
                "parliament",
                "politicians"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "EveryPolitician",
            "description": "Data about every national legislature in the world, freely available for you to use. Current and historic data. Useful and consistent formats: CSV, JSON, code libraries. Growing all the time.",
            "get_involved": "Help us by: 1. playing at gender-balance.org    2. telling us about sources we've not got yet   3. using the data to do wonderful things",
            "get_involved_url": "",
            "interest": "We've got 71, 933 politicians from 233 countries (so far)... and growing. Useful for parliamentary monitoring orgs., civic tech coders, journalists, researchers, historians and... citizens!",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/43.jpg",
            "created": "2016-10-28T22:15:23.076000Z",
            "moderation_state": 3
        },
        {
            "id": 49,
            "content_url": "http://offgridthegame.com",
            "is_bookmarked": false,
            "tags": [
                "2016",
                "cybersecurity",
                "games",
                "hacking",
                "indie games",
                "infosec",
                "mozfest",
                "privacy",
                "security",
                "video games"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Off Grid",
            "description": "Ever wanted to explore data privacy, circumvention technology, and cyber security while playing a game? 'Off Grid' explores these themes through stealth and hacking mechanics and puzzles, and is fully moddable for players to tell their own stories around these important subjects.",
            "get_involved": "Help reaching interested audiences, communities, and technologists, who may be interested in modding or creating interesting plays on the game to tell more in depth stories around their area of expertise, or their cultural experience of the themes of privacy and security.",
            "get_involved_url": "http://offgridthegame.com",
            "interest": "Off Grid is a unique way to explore what can be abstract or opaque issues, and creates a platform for people to tell their own stories about privacy and security through modding the game to make their own levels.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/49.jpg",
            "created": "2016-10-27T18:41:03.581000Z",
            "moderation_state": 3
        },
        {
            "id": 162,
            "content_url": "https://www.youtube.com/watch?v=4krgs4gHSbI&index=3&list=PLYiaJo7rYNXLQSEAa2RdyyiS28Ke2Rl60",
            "is_bookmarked": false,
            "tags": [
                "#2016dnd"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Half the Population is Not Connected",
            "description": "Katharina Borchert is Chief Innovation Officer at Mozilla. She spoke at MozFest 2016 about equal access to the Internet.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-05_194050.1225130000.jpg",
            "created": "2017-02-09T15:04:49.068000Z",
            "moderation_state": 3
        },
        {
            "id": 163,
            "content_url": "https://www.youtube.com/watch?v=iFx6eJF94Ew&list=PLYiaJo7rYNXLQSEAa2RdyyiS28Ke2Rl60&index=2",
            "is_bookmarked": false,
            "tags": [
                "#2016dnd"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Open Source and Flight MH17",
            "description": "Eliot Higgins is the founder of Bellingcat, a resource by and for citizen journalists. He spoke at MozFest 2016 about the open source information revolution and Flight MH17.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-05_194134.7169250000.jpg",
            "created": "2017-02-09T15:03:49.850000Z",
            "moderation_state": 3
        },
        {
            "id": 15,
            "content_url": "https://theglassroomnyc.org/",
            "is_bookmarked": false,
            "tags": [
                "activity",
                "control",
                "cookie",
                "data",
                "digital",
                "encryption",
                "government",
                "identities",
                "identity",
                "information",
                "monitor",
                "network",
                "nsa",
                "ownership",
                "personal",
                "privacy",
                "protect",
                "right",
                "risk",
                "safe",
                "security",
                "society",
                "surveillance",
                "track"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security"
            ],
            "help_types": [
                "Promote"
            ],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "The Glass Room",
            "description": "The Glass Room is a place to consider how you use technology and how those behind technology use you.",
            "get_involved": "Tips and resources for people who couldn't visit the pop-up store:",
            "get_involved_url": "https://theglassroomnyc.org/resources/",
            "interest": "This pop-up store looks like a slick store offering shiny consumer products. It products actually reveal the dynamics of living in the Internet age. Who are we revealing when we’re online? What facts and fictions are recreated from our digital breadcrumbs? What is known about us, and why?",
            "featured": true,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/15.jpg",
            "created": "2016-12-12T20:40:12.082000Z",
            "moderation_state": 3
        },
        {
            "id": 47,
            "content_url": "http://stallcatchers.com/",
            "is_bookmarked": false,
            "tags": [
                "2016",
                "alzheimer's",
                "citizen science",
                "citsci4alz",
                "mozfest"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Stall Catchers",
            "description": "Stall Catchers is a brand new citizen science game. Looking at real blood vessel data you can help speed up the search for Alzheimer's treatments!",
            "get_involved": "People can help Alzheimer's research by participating in the game.",
            "get_involved_url": "",
            "interest": "Stall Catchers game empowers everyone to directly fight a disease that affects them, their loved ones and the society at large.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/47.png",
            "created": "2016-10-28T01:29:28.736000Z",
            "moderation_state": 3
        },
        {
            "id": 115,
            "content_url": "http://hiveresearchlab.files.wordpress.com/2014/02/hrl-jumpstarts.pdf",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Jumpstart: Pop-Ups, Hack Jams & Maker Parties",
            "description": "This two-pager provides an overview on using pop-ups, hack jams and maker parties to promote youth pathways and organizational innovation.",
            "get_involved": "If you used recommendations from the jumpstart, we'd love to hear how they played out!",
            "get_involved_url": "http://hiveresearchlab.org",
            "interest": "Anyone running pop-ups, hack-jams or maker parties can up their game in terms of how youth and organizations benefit from these events.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-03-07T22:04:13.120000Z",
            "moderation_state": 3
        },
        {
            "id": 28,
            "content_url": "http://mozilla.github.io/learning-networks/clubs/events-women-girls-guide/",
            "is_bookmarked": false,
            "tags": [
                "inclusivity",
                "mozilla clubs",
                "women",
                "women and web literacy",
                "wwl"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Amira Dhalla",
                    "profile_id": 75,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Tips for desinging safe and inclusive events for women and girls",
            "description": "The purpose of this guide is to equip event facilitators with the required know-how to ensure effective and impactful event management for women and girls.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-11-08T18:23:34.683000Z",
            "moderation_state": 3
        },
        {
            "id": 114,
            "content_url": "http://flukeout.com/examples/typer",
            "is_bookmarked": false,
            "tags": [
                "type",
                "typing"
            ],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Alphabet Typer Race",
            "description": "Type the alphabet as fast as you can!",
            "get_involved": "They can try to type the alphabet as fast as they can.",
            "get_involved_url": "",
            "interest": "They like to type fast.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-03-08T22:48:17.897000Z",
            "moderation_state": 3
        },
        {
            "id": 112,
            "content_url": "https://blog.webmaker.org/introducing-new-ways-to-connect-with-mozilla-learning",
            "is_bookmarked": false,
            "tags": [
                "community",
                "community call",
                "curriculum",
                "mozilla learning",
                "newsletter",
                "tweetchat",
                "workshop"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Decentralization"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "New Ways to Connect To Mozilla Learning",
            "description": "Mozilla Learning now offers a newsletter, curriculum workshop, community call, and Tweetchat as regular, monthly ways to connect.",
            "get_involved": "Tweet @MozTeach or email [email protected] with questions/feedback.",
            "get_involved_url": "",
            "interest": "Strengthen relationships with our community, to support & provide open/free resources, and create spaces to connect people across the globe.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-03-11T22:10:23.908000Z",
            "moderation_state": 3
        },
        {
            "id": 24,
            "content_url": "http://www.unwomen.org/en/news/stories/2016/10/take-five-with-joy-chebet-bii",
            "is_bookmarked": false,
            "tags": [
                "digital inclusion",
                "digital literacy",
                "kenya",
                "nairobi",
                "women",
                "women and web literacy",
                "world teachers day",
                "wwl"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Take five with Joy Chebet Bii: Why does digital literacy matter for women and girls?",
            "description": "Joy Chebet Bii is a 20-year-old living in Nairobi, Kenya. Joy is a Mozilla Club captain teaching web literacy skills to women and girls in Nairobi. Joy uses her expertise to teach girls in Kibera, the biggest slum in Nairobi, basic coding and digital literacy skills.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-11-08T18:47:44.563000Z",
            "moderation_state": 3
        },
        {
            "id": 2227,
            "content_url": "https://www.youtube.com/watch?v=4jDFRSbGc2c",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Zeina Abi Assy",
            "submitter_profile_id": 4810,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "MozFest 2021: Transparency Reel",
            "description": "How can transparency help us hold big tech companies accountable? This highlight reel showcases the MozFest community’s response to issues of transparency and privacy in AI.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-12_210337.2010160000.png",
            "created": "2021-07-12T21:03:37.200799Z",
            "moderation_state": 3
        },
        {
            "id": 358,
            "content_url": "https://www.youtube.com/watch?v=dRDz_1a8vqQ",
            "is_bookmarked": false,
            "tags": [
                "internet health",
                "re:publica"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 2,
            "related_creators": [],
            "entry_type": "base",
            "title": "The Internet Health Clinic",
            "description": "At re:publica 2017, Mozilla's Internet Health Clinic examined the state of privacy, inclusion and openness online. Come have a look.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-06-06_145753.6951110000.png",
            "created": "2017-06-06T14:57:53.694798Z",
            "moderation_state": 3
        },
        {
            "id": 111,
            "content_url": "https://blog.webmaker.org/open-world-open-web",
            "is_bookmarked": false,
            "tags": [
                "hackathon",
                "high school",
                "students",
                "technology"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Chad Sansing",
                    "profile_id": 58,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "SPARK Hackathon",
            "description": "Participants came from six different area high schools and formed teams to tackle real-world problems posed by sponsors, including Mozilla.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "Local industry professionals came to HS students with real-life problems to solve.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-03-11T22:13:24.040000Z",
            "moderation_state": 3
        },
        {
            "id": 110,
            "content_url": "https://blog.webmaker.org/web-literacy-basics-i-now-available-in-11-languages",
            "is_bookmarked": false,
            "tags": [
                "l10n",
                "learning",
                "localization",
                "teaching kit",
                "web literacy basics i"
            ],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Web Literacy Basics I Localization Project",
            "description": "Heavily community-completed project of localizing teaching kit Web Literacy Basics I.",
            "get_involved": "If you are interested in translating curriculum contact [email protected].",
            "get_involved_url": "https://blog.webmaker.org/help-us-get-local-with-web-literacy",
            "interest": "Over 20+ contributors translated Web Literacy Basics I into 10 languages.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-03-11T22:18:22.882000Z",
            "moderation_state": 3
        },
        {
            "id": 23,
            "content_url": "https://medium.com/mozilla-open-mic/m%C3%A9xico-has-a-new-mozilla-club-and-it-starts-with-a-leadership-training-for-women-in-tech-3c0538d92d1a#.wq9p0ch1u",
            "is_bookmarked": false,
            "tags": [
                "digital inclusion",
                "latam",
                "liza",
                "mexico",
                "mozilla mexico community",
                "women",
                "women and web literacy",
                "wwl"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "México has a new Mozilla Club and it starts with a leadership training for women in tech!",
            "description": "Learn why the México Mozilla Club was created: to help, inspire, and create safe learning spaces, not only for women, but also for everyone that wants to create amazing content for the internet society.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-11-08T18:49:32.008000Z",
            "moderation_state": 3
        },
        {
            "id": 108,
            "content_url": "http://lifehacker.com/mozillas-web-literacy-map-teaches-the-essential-web-ski-1772260465?utm_campaign=socialflow_lifehacker_twitter&utm_source=lifehacker_twitter&utm_medium=socialflow",
            "is_bookmarked": false,
            "tags": [
                "comms"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Mozilla's Web Literacy Map Teaches the Essential Web Skills Everyone Should Know",
            "description": "Story about Mozilla in Lifehacker",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "Mozilla in the news!",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-07-29T14:05:20.477000Z",
            "moderation_state": 3
        },
        {
            "id": 97,
            "content_url": "http://www.nytimes.com/2016/08/12/opinion/too-poor-to-afford-the-internet.html?smid=tw-share&_r=0",
            "is_bookmarked": false,
            "tags": [
                "article",
                "hive"
            ],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Matthew Willse",
            "submitter_profile_id": 85,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Too Poor to Afford the Internet",
            "description": "Article by NYPL President Tony Marx’s (Hive NYC member) in the NY Times OpEd on digital inclusion.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "Strong framing for the issues, problems and opportunities we face insuring that the public internet is protected.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-08-16T18:33:13.707000Z",
            "moderation_state": 3
        },
        {
            "id": 22,
            "content_url": "https://hildahnyakwaka.com/2016/10/06/the-beginning/",
            "is_bookmarked": false,
            "tags": [
                "digital literacy",
                "inclusion",
                "kenya",
                "mozilla clubs",
                "mozilla clubs for women and girls",
                "nairobi",
                "regional coordinator",
                "slums",
                "women",
                "women and web literacy",
                "wwl"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Hildah's account of a Mozilla Club for girls in Nairobi",
            "description": "Hear from a Regional Coordinator in Nairobi giving an account to why Mozilla Clubs matters as she travels to Kariobangi, one of the slum areas in Nairobi, to see her Club Captain teach the web to young girls.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-11-08T18:51:46.184000Z",
            "moderation_state": 3
        },
        {
            "id": 361,
            "content_url": "http://hivenyc.org/2017/05/22/new-york-2017-state-hive-meet/",
            "is_bookmarked": false,
            "tags": [
                "hive learning networks",
                "hive nyc"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Hana Sun",
            "submitter_profile_id": 88,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Hana Sun",
                    "profile_id": 88,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Hive NYC State of the Hive 2017",
            "description": "Mozilla Hive NYC’s State of the Hive 2017, our annual meetup to celebrate and assess the network’s strategic direction, was held on Friday, May 12th at Center for Social Innovation with 76 attendees from 53 organizations, community allies, and field partners.  Topics explored include: creating inclusive digital learning experiences for youth, measuring social emotional evaluation in web literacy programs, creating accessible pathways to learning in computer science, and building effective external partnerships as a network.",
            "get_involved": "Join us at our next meetup on July 13th at The New School.  Registration on our website coming soon.",
            "get_involved_url": "https://www.hivenyc.org",
            "interest": "Hive NYC’s expertise in developing emerging leaders, responding to needs of local communities, and working across sectors on a city level is essential to shaping Mozilla’s global strategy in advocating for an open, healthy internet.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-06-06_215818.7111250000.jpg",
            "created": "2017-06-06T21:58:18.710675Z",
            "moderation_state": 3
        },
        {
            "id": 92,
            "content_url": "http://dreamyard.parsons.edu/",
            "is_bookmarked": false,
            "tags": [
                "hive",
                "hive nyc",
                "learning portfolio",
                "new york city",
                "schools"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Matthew Willse",
            "submitter_profile_id": 85,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "DreamYard Learning Portfolio",
            "description": "A project to bring the Learning Portfolio model to schools and educational organization across NYC by making the digital portfolios more accessible to all students to tell their own learning story.",
            "get_involved": "Interested in bringing Learning Portfolios to your school or organizations?",
            "get_involved_url": "http://dreamyard.parsons.edu/contact/",
            "interest": "Supported by the New York Community Trust’s Hive Digital Media and Learning Fund",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-09-13T02:34:15.582000Z",
            "moderation_state": 3
        },
        {
            "id": 107,
            "content_url": "https://www.engadget.com/2016/06/28/mozilla-encryption-game/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Mozilla made a game to teach you the basics of encryption",
            "description": "Engadget coverage of Mozilla's Codemoji game",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-07-29T14:06:48.329000Z",
            "moderation_state": 3
        },
        {
            "id": 19,
            "content_url": "https://mozilla.github.io/foundation-icons/",
            "is_bookmarked": false,
            "tags": [
                "fonts",
                "icons",
                "logos"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Mozilla Foundation Icon Font",
            "description": "An icon font that features all of the icons from the various websites and apps maintained by the Mozilla Foundation. Also includes downloadable SVG files for each icon.",
            "get_involved": "Looking for people to try it out & leave feedback.",
            "get_involved_url": "https://github.com/flukeout/foundation-icons",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-11-21T22:36:39.330000Z",
            "moderation_state": 3
        },
        {
            "id": 106,
            "content_url": "http://www.512tech.com/technology/mozilla-expands-its-national-gigabit-project-austin/0wo6pcOmcpRqDKrPypDfbP/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Mozilla expands its National Gigabit Project to Austin",
            "description": "Coverage of Mozilla's gigabit work",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "Mozilla in the news",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-07-29T14:08:23.196000Z",
            "moderation_state": 3
        }
    ]
}