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=created
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=created&page=2",
    "previous": null,
    "results": [
        {
            "id": 150,
            "content_url": "https://eraseallkittens.com/",
            "is_bookmarked": false,
            "tags": [
                "cute"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Matthew Willse",
            "submitter_profile_id": 85,
            "bookmark_count": 2,
            "related_creators": [],
            "entry_type": "base",
            "title": "Erase All Kittens",
            "description": "An online platform game that teaches youth to code and create on the web.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "It's fun because you hack the game levels, writting HTML and CSS in order to complete the game.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/150.jpg",
            "created": "2016-01-01T19:35:31Z",
            "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": 147,
            "content_url": "https://wiki.mozilla.org/FlyWeb",
            "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": "Flyweb",
            "description": "Webpages as server and more.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-01-04T19:15:16Z",
            "moderation_state": 3
        },
        {
            "id": 146,
            "content_url": "http://pixelracer.herokuapp.com/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [],
            "published_by": "Matthew Willse",
            "submitter_profile_id": 85,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Pixel Racer",
            "description": "A game of pixels racing and stuff.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-01-04T21:16:17Z",
            "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": 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": 143,
            "content_url": "http://flukeout.com/examples/htmlomatic/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [],
            "published_by": "Matthew Willse",
            "submitter_profile_id": 85,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "html-o-matic",
            "description": "A tool for exploring CSS styles with a fun shuffle interface.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "It's a simple way to accidentally learn about CSS.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-01-25T20:57:48.225000Z",
            "moderation_state": 3
        },
        {
            "id": 142,
            "content_url": "https://www.npmjs.com/package/bezier-js",
            "is_bookmarked": false,
            "tags": [
                "javascript"
            ],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [],
            "published_by": "Matthew Willse",
            "submitter_profile_id": 85,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Bezier JS",
            "description": "A javascript library for working with Bezier curves.",
            "get_involved": "",
            "get_involved_url": "https://github.com/Pomax/bezierjs",
            "interest": "Drawing curves with code is complicated. This  much easier draw them and understand how they work!",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-01-26T16:44:21.645000Z",
            "moderation_state": 3
        },
        {
            "id": 141,
            "content_url": "http://www.ridewit.me/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Matthew Willse",
            "submitter_profile_id": 85,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Ride w/ Me",
            "description": "A peer-to-peer transportation solution for youth.",
            "get_involved": "See information on the website.",
            "get_involved_url": "",
            "interest": "Built by youth, for youth, this app helps them find a peer to travel with to school and after-school programs.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/141.png",
            "created": "2016-01-26T16:53:09.408000Z",
            "moderation_state": 3
        },
        {
            "id": 140,
            "content_url": "http://flexboxfroggy.com/",
            "is_bookmarked": false,
            "tags": [
                "css",
                "game"
            ],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [],
            "published_by": "Matthew Willse",
            "submitter_profile_id": 85,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Flexbox Froggy",
            "description": "Flexbox Froggy is a game for learning CSS flexbox.",
            "get_involved": "",
            "get_involved_url": "https://github.com/thomaspark/flexboxfroggy/",
            "interest": "Fun way to learn how to format web content. Takes inspiration from the games Frogger, CSS Diner and Erase all Kittens.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-04-05_220758.3514990000.png",
            "created": "2016-01-27T19:06:29.553000Z",
            "moderation_state": 3
        },
        {
            "id": 139,
            "content_url": "https://www.youtube.com/channel/UC9MJ2wGfJ_7mbLN6rXjWztA",
            "is_bookmarked": false,
            "tags": [
                "design"
            ],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [],
            "published_by": "Matthew Willse",
            "submitter_profile_id": 85,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Hour of Design",
            "description": "A video series with live UI design.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "This can help demystify the process of design and share how even the most beautiful designs always start with a blank canvas.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-01-28T16:59:58.414000Z",
            "moderation_state": 3
        },
        {
            "id": 138,
            "content_url": "https://pontoon.mozilla.org/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Matthew Willse",
            "submitter_profile_id": 85,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Pontoon",
            "description": "Pontoon allows you to localize web content in place, with context and spatial limitations right in front of you.",
            "get_involved": "See website to add it to your site or contribute toward development.",
            "get_involved_url": "",
            "interest": "It simplifies localization for site owners and volunteers. Localization makes a more inclusive web for everyone.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/138.png",
            "created": "2016-01-30T14:31:10.197000Z",
            "moderation_state": 3
        },
        {
            "id": 137,
            "content_url": "https://location.services.mozilla.com/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Matthew Willse",
            "submitter_profile_id": 85,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Mozilla Stumbler",
            "description": "Location Services is a tool to find user locations from nearby cell towers & WiFi signals. Stumbler is an app for contributing data.",
            "get_involved": "Download the app to contribrute to the pool of shared data.",
            "get_involved_url": "",
            "interest": "This is an open-source, privacy-minded alternative to Google and other location services.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-01-31T03:13:03.892000Z",
            "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": 135,
            "content_url": "https://coralproject.net/first-product/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Matthew Willse",
            "submitter_profile_id": 85,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Trust",
            "description": "A tool for blog or news publishers to use existing comments to indicate trust or reputation of people who comment.",
            "get_involved": "Contribute to the community dialog or the code. Start at https://coralproject.net/get-involved/.",
            "get_involved_url": "",
            "interest": "Comments are tricky and volatile. This helps publishers find & highlight their best commenters so they can set tone for future visitors.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-02-02T18:04:12.621000Z",
            "moderation_state": 3
        },
        {
            "id": 134,
            "content_url": "http://censusreporter.org/",
            "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": "Census Reporter",
            "description": "Make it easy for journalists to write stories using US Census data.",
            "get_involved": "",
            "get_involved_url": "http://censusreporter.tumblr.com/contact",
            "interest": "Simplifies finding and using data from the United States decennial census and the American Community Survey.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-02-02T19:35:21.408000Z",
            "moderation_state": 3
        },
        {
            "id": 133,
            "content_url": "http://tabula.technology/",
            "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": "Tabula",
            "description": "A tool for liberating data tables locked inside PDF files.",
            "get_involved": "Contribute via https://github.com/tabulapdf/tabula",
            "get_involved_url": "",
            "interest": "currently in use at ProPublica, the Times of London, Foreign Policy, La Nación, and the St. Paul Pioneer Press, among many others, from",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-02-02T19:42:45.370000Z",
            "moderation_state": 3
        },
        {
            "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": 131,
            "content_url": "http://newslynx.readthedocs.org/en/latest/",
            "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": "NewsLynx",
            "description": "A tool for measuring the qualitative and quantitative impact of news stories.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "Enables journalists and publishers to measure the impact of their stories.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-02-02T19:58:52.061000Z",
            "moderation_state": 3
        },
        {
            "id": 130,
            "content_url": "http://rik.smith-unna.com/command_line_bootcamp",
            "is_bookmarked": false,
            "tags": [
                "code",
                "command line"
            ],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [],
            "published_by": "Matthew Willse",
            "submitter_profile_id": 85,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Command-line bootcamp",
            "description": "An \"interactive adventure\" to learn the UNIX command line in the browser.",
            "get_involved": "",
            "get_involved_url": "https://github.com/Blahah/command_line_bootcamp",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-02-09T20:33:32.316000Z",
            "moderation_state": 3
        },
        {
            "id": 129,
            "content_url": "https://schedule.mozillafestival.org",
            "is_bookmarked": false,
            "tags": [
                "app",
                "event",
                "mozfest",
                "open source",
                "schedule"
            ],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Matthew Willse",
            "submitter_profile_id": 85,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Mavis Ou",
                    "profile_id": 37,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Mozfest Schedule App",
            "description": "It's a mobile-friendly web app that allows MozFest staff to easily update the official schedule of sessions, panels, activities, etc.",
            "get_involved": "Contribute to the code. Fork it for your own event.",
            "get_involved_url": "https://github.com/mozilla/mozfest-event-app",
            "interest": "It's open source, original used for SRCCON, so can be adapted to other in-person events with lots of programmatic offerings.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/129.png",
            "created": "2016-02-09T21:53:51.784000Z",
            "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": 127,
            "content_url": "https://medium.com/the-coral-project/cards-against-community-a-free-game-about-online-conversation-ee80ea41a6c6#.92oqv8zal",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Matthew Willse",
            "submitter_profile_id": 85,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Cards Against Community",
            "description": "A card game about online communities.",
            "get_involved": "Download the card artwork and help improve the cards.",
            "get_involved_url": "https://coralproject.net/cards/",
            "interest": "Online communities work in complex ways. Game helps open a conversation with any group on how they work and can evolve.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/127.jpg",
            "created": "2016-02-16T16:24:21.178000Z",
            "moderation_state": 3
        },
        {
            "id": 126,
            "content_url": "http://agate.readthedocs.org/en/1.2.2/",
            "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": "Agate",
            "description": "A tool that helps you analyze data, optimized for humans instead of machines.",
            "get_involved": "agate is under active development, with a lot of issues to choose from. https://github.com/wireservice/agate/issues",
            "get_involved_url": "https://github.com/wireservice/agate",
            "interest": "Solve real-world problems with readable code.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/126.jpg",
            "created": "2016-02-16T21:00:15.051000Z",
            "moderation_state": 3
        },
        {
            "id": 125,
            "content_url": "https://github.com/tennysonholloway/sms-vote-updates",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Matthew Willse",
            "submitter_profile_id": 85,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "SMS Vote Updater",
            "description": "This is a service that texts you when your legislator votes in congress.",
            "get_involved": "",
            "get_involved_url": "https://github.com/tennysonholloway/sms-vote-updates",
            "interest": "It makes easy to keep track of real political action.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-02-23T20:30:41.063000Z",
            "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": 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": 122,
            "content_url": "https://github.com/joeyklee/urbanco2",
            "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": "Urban CO2",
            "description": "An interactive web app to communicate the importance of cities as sources of CO2 emissions, using mobile sensors.",
            "get_involved": "Add an issue to the repo, or check back for more documentation and CONTRIBUTING.md updates as the project matures.",
            "get_involved_url": "http://jk-lee.com/",
            "interest": "Cool way to engage with environmental sensors and understand/compare urban environments.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-03-01T03:49:54.371000Z",
            "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": 120,
            "content_url": "https://www.mozillapulse.org/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Openness",
                "Digital Inclusion",
                "Decentralization"
            ],
            "help_types": [
                "Create content",
                "Code",
                "Design",
                "Test & feedback",
                "Attend",
                "Fundraise",
                "Join community",
                "Localize & translate",
                "Mentor",
                "Plan & organize",
                "Promote",
                "Take Action",
                "Write documentation"
            ],
            "published_by": "Matthew Willse",
            "submitter_profile_id": 85,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Matthew Willse",
                    "profile_id": 85,
                    "is_active": true
                },
                {
                    "name": "Mavis Ou",
                    "profile_id": 37,
                    "is_active": true
                },
                {
                    "name": "Kristina Shu",
                    "profile_id": 95,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Pulse (about this app)",
            "description": "Discover and collaborate on projects for a healthy internet. Pulse captures and broadcasts a stream of projects by the mozilla network, in pursuit of a healthy internet.",
            "get_involved": "Get involved! Browse projects: many have a get involved link with more info on how you can contribute. Click a help tag below to find more. Or... help build Pulse: lend a hand with testing, design, or code. Join us on Github.",
            "get_involved_url": "https://github.com/mozilla/network-pulse/blob/master/README.md",
            "interest": "Around the globe, teachers, engineers, activists, and others collaborate to protect and extend the internet as a public resource. They create amazing apps, art, tools, games, and campaigns. Their impact is tremendous, but decentralized. Pulse reveals the network's footprint, it fosters collaboration and amplifies the big wins.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-03-01T19:57:02.411000Z",
            "moderation_state": 3
        },
        {
            "id": 119,
            "content_url": "https://togetherjs.com/",
            "is_bookmarked": false,
            "tags": [
                "collaboration",
                "javascript"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Matthew Willse",
            "submitter_profile_id": 85,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Together JS",
            "description": "TogetherJS is a service for your website that makes it easy for your users to collaborate in real-time.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-03-01T20:59:16.658000Z",
            "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": 116,
            "content_url": "https://github.com/gembarrett/coconduct-builder",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Matthew Willse",
            "submitter_profile_id": 85,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Code of Conduct builder",
            "description": "An online tool for building a thorough and well-supported Code of Conduct specific to a community's online and/or offline environment.",
            "get_involved": "",
            "get_involved_url": "https://github.com/gembarrett/coconduct-builder",
            "interest": "The challenge to write and support a code of conduct and healthy community is shared by many people.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-03-07T16:57:48.768000Z",
            "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": 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": 113,
            "content_url": "https://d157rqmxrxj6ey.cloudfront.net/amira/33977/",
            "is_bookmarked": false,
            "tags": [
                "curriculum",
                "girls",
                "learning",
                "teaching kit",
                "women"
            ],
            "issues": [
                "Privacy & Security",
                "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": "Teaching Kit: Combating Cyber Violence Against Women & Girls",
            "description": "Teaching kit provides understanding of cyber violence against women & girls, creating safer places online, recognizing bullying/attacks.",
            "get_involved": "Join the discussion on the forum and share your stories.",
            "get_involved_url": "https://discourse.webmaker.org/t/tips-curriculum-and-resources-for-teaching-the-web-to-women-and-girls/579",
            "interest": "For the internet to remain an open & safe place, we need to understand why & how cyber violence occurs to step in and prevent it.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/113.jpg",
            "created": "2016-03-11T22:05:11.520000Z",
            "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": 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": 109,
            "content_url": "http://www.theatlantic.com/education/archive/2016/05/why-south-africas-tech-industry-still-needs-room-to-grow/481335/",
            "is_bookmarked": false,
            "tags": [
                "africa",
                "article",
                "literacy"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "How Can South Africa Kickstart Its Tech Industry?",
            "description": "When two reporters with The Atlantic set out to explore internet education and innovation in South Africa, Mozilla weighed in as an expert.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "Mozilla sounds off on web literacy, Mozilla Learning, and our read, write, participate philosophy.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/109.jpg",
            "created": "2016-07-28T15:29:40.291000Z",
            "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": 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": 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
        },
        {
            "id": 105,
            "content_url": "http://www.npr.org/2016/02/19/467318811/mozilla-foundation-backs-apple-in-encryption-case-with-federal-government",
            "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 Foundation Backs Apple In Encryption Case With Federal Government",
            "description": "Coverage of Mozilla's encryption campaign",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "Mozilla in the news",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-07-29T14:09:17.793000Z",
            "moderation_state": 3
        },
        {
            "id": 104,
            "content_url": "http://learning.mozilla.org/codemoji",
            "is_bookmarked": false,
            "tags": [
                "codemoji",
                "encryption",
                "game",
                "mozilla",
                "privacy"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Matthew Willse",
            "submitter_profile_id": 85,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Codemoji",
            "description": "A fun, interactive tool to learn about ciphers and the importance of encryption.",
            "get_involved": "Send a coded message and share Codemoji with your friends!",
            "get_involved_url": "https://advocacy.mozilla.org",
            "interest": "It's fun! You can send coded messages to your friends and family.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/104.jpg",
            "created": "2016-07-29T17:59:38.416000Z",
            "moderation_state": 3
        },
        {
            "id": 103,
            "content_url": "http://www.juliavallera.com/blog/mozilla-clubs-end-of-year-goals/",
            "is_bookmarked": false,
            "tags": [
                "mozilla clubs"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Julia Vallera",
                    "profile_id": 63,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Mozilla Clubs end of year goals: 2016",
            "description": "A description of goals for Mozilla Clubs for the remainder of 2016",
            "get_involved": "",
            "get_involved_url": "https://learning.mozilla.org/clubs/",
            "interest": "It is an update on Mozilla clubs",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-07-29T19:30:51.667000Z",
            "moderation_state": 3
        }
    ]
}